Create public call session
POST /api/v1/public/calls/session
Request
This endpoint expects an object.
publishableKey
Publishable key from the flow’s public-access config
turnstileToken
Cloudflare Turnstile token (required once the bot gate is active)
Response
Session token issued
expiresIn
Seconds until the token expires
flowId
Flow this session may call
token
Signed session token — send as Authorization: Bearer <token>
Errors
401
Unauthorized Error
409
Conflict Error
429
Too Many Requests Error
503
Service Unavailable Error