| name | appnz-deep-research-api |
| description | Use this skill for app.nz deep research jobs through /api/deep-research, including creating research runs, polling run state, reading generated research artifacts, and using the gateway-backed deep research service. |
app.nz Deep Research API
Use POST /api/deep-research on app.nz. Authenticate with an app.nz bearer key unless the endpoint is explicitly public.
Workflow
- Choose
app/auto or a modality-specific auto model when possible.
- For exact provider routing, call
GET /api/gateway/resolve?model=MODEL.
- For provider-owned billing, store BYOK first with
/api/gateway/provider-keys.
- Run the request and inspect
X-Gateway-Provider and X-Gateway-Model for routed upstream details.
- Check
/api/usage when the user asks about spend.
Example
curl -sX POST https://app.nz/api/deep-research \
-H "Authorization: Bearer pk_live_..." \
-H "Content-Type: application/json" \
-d '{"query":"Map the current MCP security landscape and cite the key risks","model":"app/auto-reasoning"}'
Relevant Models
This API is not model-catalogue-driven.