Endpoints
Create Video Request Link
Generates a unique video request link with an empty request body or external parameters
POST
/
api
/
v1
/
video_request_links
This endpoint generates a unique video request link. The reponse contains the link.
You can also add external_parameters
to the body of the POST
request (such as conversation ID, user ID, e-mail, etc.).
Those will be fetched and added to the webhook notification once a video has been recorded.
Authorizations
Access-Token
string
headerrequiredBody
application/json · object
The body is of type object
.
Response
200 - application/json
The response is of type any
.