cURL
curl --request POST \ --url https://api.animusai.co/v2/{character_id}/dataset/generate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "prompts": [ "<string>" ], "use_default_prompts": true }'
{ "success": true, "message": "<string>", "total_images": 123, "job_id": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Dataset generation started.