Calls
Create Call Link
Creates a reusable call link (audio or video) that anyone can open to join
POST
Create Call Link
Auth:
TokenAccount or TokenInstance • Rate-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 thevideo 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
Audio link (default)
Video link
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/jsonRequest body
boolean
default:"false"
When
true, generates a video call link instead of audio.Errors
Error envelope: