Tasks
Create a task
Queue a single task against one engine.
POST
Authorizations
Your API key, sent as Authorization: Bearer <key>.
Body
application/json
The engine to query. NAVER is a deprecated alias for NAVER_AI_BRIEF.
Available options:
CHATGPT, PERPLEXITY, GEMINI, COPILOT, GROK, AIMODE, GOOGLE, CLAUDE, NAVER_AI_BRIEF, NAVER_AI_MODE, NAVER, DEEPSEEK, AMAZON At least one of prompt or query is required. LLM engines read prompt; Google-family and Naver engines read query; Amazon prefers prompt.
Optional. Deduplicates submissions. Omit for no deduplication. A duplicate is a 409 on this endpoint, but a success on the batch endpoint.
Queue ordering, higher wins. Values outside 1–10 are clamped, not rejected.
Required range:
1 <= x <= 10Optional. Omit to collect the result by polling instead.