POST /jobs/create
x-api-key: YOUR_API_KEY
api_key=YOUR_API_KEY
Name | Type | Required | Description |
---|---|---|---|
api_key | string | ✅ Yes | API key for authentication (can also be in x-api-key header) |
description | string | ✅ Yes | Job description text (30-10,000 characters) |
Header | Description |
---|---|
X-Credits-Used | Total credits used by your API key across all endpoints |
X-Credits-Used-Assess | Credits used specifically for assessment operations |
X-Credits-Remaining | Remaining credits (-1 for unlimited accounts) |
Status Code | Description |
---|---|
400 | Bad Request - Invalid or missing description |
401 | Unauthorized - Missing API key |
403 | Forbidden - Invalid API key |
500 | Internal Server Error |