cURL
curl --request GET \ --url https://api.animusai.co/v2/generation/status/{generation_id} \ --header 'Authorization: Bearer <token>'
{ "generation_id": "<string>", "group_id": "<string>", "generation_type": "<string>", "status": "<string>", "progress": 50, "result_urls": [ "<string>" ], "error": "<string>", "created_at": "2023-11-07T05:31:56Z", "prompt": "<string>", "service": "<string>", "performance_metadata": {} }
Retrieve progress and results for a submitted generation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Identifier returned from the create or batch endpoints.
Current status for the generation.
0 <= x <= 100
Show child attributes