POST
/
api
/
jobs
curl --request POST \
  --url http://voiceharbor.ai/api/jobs \
  --header 'Authorization: Bearer <token>'
{
  "job_id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json
Job created successfully
job_id
string
required