---
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

---

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