Skip to main content

QuickPromptRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/QuickPromptRequestBody.json
promptstringrequired

Prompt to send to the model

QuickPromptRequestBody
{
"$schema": "https://example.com/schemas/QuickPromptRequestBody.json",
"prompt": "string"
}