Endpoints
Create and start a task
Starts asynchronous work. Supplying attachments additionally requires files:write; each uploadId must come from POST /v1/uploads.
POST
Error
Authorizations
A personal API key created in Adam. Send it as Authorization: Bearer <key>.
Headers
Required unique key. For 24 hours, retries with the same key and body replay the original response.
Body
application/json
Maximum string length:
100000Maximum array length:
20Required string length:
1 - 500Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Last modified on August 26, 2026