cURL
curl --request GET \ --url https://api.opus.pro/api/censor-jobs/{jobId} \ --header 'Authorization: Bearer <token>'
{ "status": "CONCLUDED", "error": "<string>" }
Get the status of a censor job by its jobId.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The jobId that you want to get the status of.
The response is of type object.
object
Was this page helpful?