Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3001/api/v1/jobs/{id}/cancel \ --header 'x-api-key: <api-key>'
{ "data": { "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "result": { "images": [ { "id": "<string>", "url": "<string>", "width": 0, "height": 0 } ], "video": { "id": "<string>", "url": "<string>", "durationSeconds": 0, "thumbnailUrl": "<string>", "width": 0, "height": 0 }, "style": { "id": "<string>" } }, "error": { "message": "<string>" } } }
OK
Show child attributes