POST
/
v1
/
jobs
/
{creation_id}
/
cancel
curl --request POST \
  --url https://api.haiper.ai/v1/jobs/{creation_id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
status
string
required