cURL
curl --request POST \ --url https://{server-url}/typebot/start/{instance} \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data '{ "url": "<string>", "typebot": "<string>", "remoteJid": "<string>", "startSession": true, "variables": [ { "name": "<string>", "value": "<string>" } ] }'
Start typebot
Your authorization key header
ID of the instance to connect
Typebot URL
Typebot name
Receiver remote JID
Start a new session
Show child attributes