Skip to main content
POST
Create Call Link
Auth: TokenAccount or TokenInstanceRate-limit: Global (100/min) • Idempotent: no

Description

Creates a reusable shareable call link, audio or video, that can be shared with anyone. Whoever opens the link can join the call, without needing to receive a call first. Use the video field to choose between an audio link (default) or a video link. The response returns the link’s token and the full url, ready to share.

Examples

video: true generates a video call link instead of audio.

Success response

200 OK
For video: true, the URL path segment changes to /video/ (e.g., https://call.whatsapp.com/video/<token>). The link is reusable, it can be opened by multiple people, at different times, until it is revoked.

Path parameters

string
required
Instance name (e.g., $Instance_Name).

Headers

string
required
TokenAccount or TokenInstance.
string
required
application/json

Request body

boolean
default:"false"
When true, generates a video call link instead of audio.

Errors

Error envelope: