POST
/
startWebRTCSession
curl --request POST \
  --url https://api.simli.ai/startWebRTCSession \
  --header 'Content-Type: application/json' \
  --data '{
  "sdp": "<string>",
  "type": "<string>"
}'
"<any>"

Body

application/json
sdp
string
required
type
string
required

Response

200
application/json
Successful Response

The response is of type any.