Skip to main content
POST
/
v1
/
typebots
/
{typebotId}
/
publish
Publish a typebot
curl --request POST \
  --url https://app.typebot.com/api/v1/typebots/{typebotId}/publish \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "<unknown>",
  "warnings": [
    {
      "type": "trademarkInfringement",
      "trademark": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

typebotId
string
required

Body

application/json

The body is of type object.

Response

OK

message
any
required
warnings
object[]