POST
/
api
/
v1
/
orgs
/
{org_id}
/
prompts
/
validate
/
{
  "is_valid": true,
  "messages": [
    "<string>"
  ],
  "variables": [
    "<string>"
  ]
}

Query Parameters

content
string
required

Response

Successful Response

Data transfer object for prompt validation results.

is_valid
boolean
messages
string[]
variables
string[]