OpenPhn docs
Referencecalls

Create Call

POST
/v1/calls

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/v1/calls" \  -H "Content-Type: application/json" \  -d '{    "to": "string",    "objective": "string",    "outcome_schema": {},    "consent_type": "string"  }'
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}