POST
/
v1
/
playground
/
copilot
curl --request POST \
  --url https://api.pulze.ai/v1/playground/copilot \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "prompt": "<string>",
  "system": "<string>",
  "app_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
prompt
string
required
system
string
required

The system prompt

app_id
string
required

The App ID belonging to this user's org where all the logs will be logged

Response

200
_mintlify/placeholder

Successful Response