POST
/
playground
/
call
curl --request POST \
  --url https://api.precallai.com/api/v1/playground/call \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "first_name": "<string>",
  "last_name": "<string>",
  "email": "<string>",
  "phone_number": [
    "<any>"
  ],
  "assistant_id": [
    "<any>"
  ],
  "dialer_id": [
    "<any>"
  ]
}'
{
  "first_name": "<string>",
  "last_name": "<string>",
  "email": "<string>",
  "phone_number": [
    "<any>"
  ],
  "assistant_id": [
    "<any>"
  ],
  "dialer_id": [
    "<any>"
  ]
}

Authorizations

x-api-key
string
header
required

Body

application/json

Playground to add

The body is of type object.

Response

200
application/json

Playground response

The response is of type object.