llmId field for tracking which LLM generated the request.curl --location --request POST '/mcp' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": "/tmp/input.mp4",
"output": "/tmp/output.mp4",
"llmId": "claude-3-opus",
"parameters": {
"c:v": "libx264",
"crf": "23"
}
}'{
"jobId": "550e8400-e29b-41d4-a716-446655440000",
"status": "PENDING",
"message": "Job queued for processing"
}