v3
latestOpenAPI 3.1.02026-07-311255771.3 MBAI Apply
Submit job application
Submit a job application using a submission token. The application will be queued and processed asynchronously. Returns ID to track progress and match with webhooks.
post/ai-apply/apply
Request body
Response
POST /ai-apply/apply Positive response
Example response
{
"data": {
"id": "ADbmw5XSkeCSE1fAucoxEGnwZ",
"posting_id": "JDn252PEYa4rMhKbJBjtn3ng",
"status": "PENDING",
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-03-02T23:12:32.000Z"
}
}