Skip to main content
POST
/
api
/
jobs
Create a new job
curl --request POST \
  --url http://voiceharbor.ai/api/jobs \
  --header 'Authorization: Bearer <token>'
{
  "job_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nijta.com/llms.txt

Use this file to discover all available pages before exploring further.

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