Skip to main content

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

Job accepted