Queue
Submit a queued job
Submit a new job to the queue for asynchronous processing. Jobs are processed in strict priority order (higher priority first, FIFO within the same priority). Returns a request ID that can be used to poll status or cancel the job.
post/queue/submit
Request body
Example request
{
"model": "my-queue-model"
}Response
Successfully queued request