POST
/
api
/
jobs
Create a new job
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

Job created successfully

job_id
string
required