Execute a specific prompt
Runs a prompt using OpenAI model
POST
/prompt/
{uuid}
/openaiAuthorization
api-key
<token>
This is a required API key. It must be included in the header of all requests in the format: api-key: value.
In: header
Request Body
application/json
Requiredmessage
string
The message to be processed
structured_data
object
A valid JSON Schema 7 object
Path Parameters
uuid
Requiredstring
UUID of the prompt to execute
Format:
"uuid"
Prompt executed successfully