---
title: "Start Typebot"
method: POST
path: "/typebot/start/{instance}"
tags: ["Typebot Controller"]
---

# Start Typebot

`POST /typebot/start/{instance}`

Start typebot

## Path parameters

- `instance` string, required

## Request body

- object
  - `url` string — Typebot URL
  - `typebot` string — Typebot name
  - `remoteJid` string — Receiver remote JID
  - `startSession` boolean — Start a new session
  - `variables` object[]
    - `name` string — Variable name
    - `value` string — Variable value

## Response `200`

Ok

## Changes

- **2024-10-14** (v2) `c153448703e5` — 1 breaking, 9 info
  - removed the media type `application/json` for the response with the status `200`
  - api operation id `startTypebot` was added
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - api tag `Typebot Controller` added
  - …6 more
- **2024-09-09** (v2) `0c4620ca5ed5` — 5 warning, 5 info
  - removed the request property `remoteJid`
  - removed the request property `startSession`
  - removed the request property `typebot`
  - removed the request property `url`
  - …6 more

[Change history](https://skmtc.dev/evolution-foundation/apis/openapi/changes/typebot/start/:instance/post.md)

---

[API](https://skmtc.dev/evolution-foundation/apis/openapi.md) · [All operations](https://skmtc.dev/evolution-foundation/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evolution-foundation/openapi/revisions/153363ee7f38/schema)
