Get startedSign in

Create queued prompt

POST/v1/api/ai/workbenches/jobs/{id}/prompts
Parameters
Responses
ParameterTypeDescription
idrequiredstring
dequeable_atrequiredstringWhen the prompt becomes eligible to dequeue
promptrequiredstringThe prompt to send when dequeued
Response samples
200
{
  "consumed_at": "string",
  "dequeable_at": "string",
  "id": "string",
  "inserted_at": "string",
  "prompt": "string",
  "updated_at": "string",
  "user_id": "string",
  "workbench_job_id": "string"
}