Submit action job (asynchronous)
POST/v1/actions/:actionName/jobs
Submits an action for asynchronous execution.
The request body should match the action's inputSchema. File references are
automatically extracted from parameters using the schema's format: "file-reference"
annotation.
Credits are reserved (not deducted) until job completes. Returns a job ID for polling status. Works with both OAuth (userSession) and API key authentication.
Request
Responses
- 202
- 400
- 401
- 402
- 404
Job accepted
Bad request
Unauthorized
Insufficient credits for operation
Not found