Skip to main content
POST
/
api
/
blueprints
/
{id}
/
deploy
Deploy a blueprint
curl --request POST \
  --url https://api.useblueprints.ai/api/blueprints/{id}/deploy \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "deploymentId": "<string>",
  "visual": "<unknown>",
  "nodeStates": "<unknown>",
  "error": "<string>"
}

Authorizations

Authorization
string
header
default:bp_YOUR_API_KEY
required

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

Path Parameters

id
string<uuid>
required

Resource UUID.

Response

Blueprint after deployment.

id
string<uuid>
required
name
string
required
status
enum<string>
required
Available options:
draft,
running,
error,
stopped
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
deploymentId
string | null
visual
any
nodeStates
any
error
string | null