v1
latestOpenAPI 3.1.0MIT2026-07-2654137287.8 KBinference_endpoints
Create a New Inference Endpoint Job
Creates a new inference endpoint job.
post/organizations/{organization_name}/inference-endpoints/{inference_endpoint_name}/jobs
Request body
Example request
{
"webhook_url": "https://webhook.example.com/events"
}Response
Created
Example response
{
"id": "2fc459a1-1c09-4a34-ade7-54d03fc51d6a",
"inference_endpoint_name": "transcribe",
"organization_name": "acme-corp"
}