Skip to content

Create Call Blueprint

POST
/blueprints

Create a new call blueprint

Authorization

X-Struct-API-Keyheader
string
required

The API Key you generated using the Struct Dashboard.

Request Body

application/json
phoneNumber
string
required

The phone number to use for the new blueprint

firstName
string
required

The first name of the callee to use for the new blueprint

lastName
string

The last name of the callee to use for the new blueprint

Example Response

{
"id": "tZQGmzgryez6av",
"firstName": "Lindsey",
"lastName": "Bluth-Sitwell",
"phoneNumber": "+447123456789",
"createdAt": "2024-04-17T08:59:27.000Z",
"projectId": "[PROJECT ID]"
}