endpoint
GET

/api/ra1/status

Poll a queued render by jobId for status + image URLs

auth: API keybase https://app.nz
Request
curl -s "https://app.nz/api/ra1/status" \
  -H "Authorization: Bearer pk_live_..."

First-party products

RA1 art generation, paper search, 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. All three accept a Bearer key or a signed-in session.

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 2