POST
/
api
/
prompts
curl --request POST \
  --url https://app.langwatch.ai/api/prompts \
  --header 'Content-Type: application/json' \
  --header 'X-Auth-Token: <api-key>' \
  --data '{
  "name": "<string>"
}'

Authorizations

X-Auth-Token
string
header
required

Body

application/json
name
string
required
Minimum length: 1