Create queued prompt
POST/v1/api/ai/workbenches/jobs/{id}/prompts
Parameters
Responses
| Parameter | Type | Description |
|---|---|---|
idrequired | string | — |
dequeable_atrequired | string | When the prompt becomes eligible to dequeue |
promptrequired | string | The 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"
}