cURL
curl --request POST \ --url https://api.haiper.ai/v1/jobs/{creation_id}/cancel \ --header 'Authorization: Bearer <token>'
{ "status": "<string>" }
Cancel the creation when it is pending
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object