Skip to main content
POST
/
v1
/
playground
/
copilot
Copilot Request
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"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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<uuid>
required

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

Response

Successful Response