endpoint
POST
/api/search
Agentic web search (10 credits per depth)
auth: API keybase https://app.nz
Request
curl -sX POST https://app.nz/api/search \
-H "Authorization: Bearer pk_live_..." \
-H "Content-Type: application/json" \
-d '{}'First-party products
RA1 art generation, the Papers API, and agentic search are first-party APIs metered against the same balance. Plan subscribers get a monthly free quota per product, consumed before any credits are charged. Interactive Papers search at /papers is public and free; authenticated API, CLI, desktop, and MCP calls keep the shared usage contract.
Call the products from the CLI
app chat "research R2-backed model hosting" --web --deep --papers
app ra1 generate --prompt "a cat astronaut" --count 2
app papers search "diffusion transformers" --limit 5
app search "best vector database 2026" --depth 2More in First-party products
POST
/api/ra1/generateGenerate images with RA1 — prompt, count, aspect, style, negative (50 credits each)GET/api/ra1/statusPoll a queued render by jobId for status + image URLsGET/api/papers/public-searchFree browser search across papers, methods, datasets, code, and repos (20-result cap)GET/api/papers/searchAuthenticated Papers API search (1 credit each)POST/api/packing/solve3D bin packing — container + items in, placements/utilization/unplaced out (free)