curl --request GET \ --url https://api.haiper.ai/v1/jobs/{creation_id}/status \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "value": { "status": "<string>", "progress": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The status can be 'pending', 'processing', 'succeed', 'failed', or 'post_processing'.
Show child attributes