Create a new interactive session with the specified capabilities.
Capabilities
Choose one or more capabilities for your session. Each capability has different required fields:
| Capability | Description | Required Fields |
|---|---|---|
STF_WEBRTC | Full interactive avatar with video streaming | prompt, llm_type, model_style, tts_type |
STF_ONPREMISE | On-premise avatar rendering | model_style |
LLM | Language model conversation only | prompt, llm_type |
TTS | Text-to-speech only | tts_type |
STT | Speech-to-text only | stt_type |
Note:
STF_WEBRTCandSTF_ONPREMISEcannot be used together.
Default Behavior
If no capability is specified, the session defaults to STF_WEBRTC.
Example
Select "STF_WEBRTC Session" from the Examples dropdown above to see a complete request example.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400Bad Request - Invalid input data or parameters.
401Unauthorized - Invalid or missing authentication credentials.
403Forbidden - You do not have permission to perform this action.
405Method Not Allowed - Invalid HTTP method
406Not Acceptable - Invalid request accept headers
415Unsupported Media Type - Invalid content type
500Internal Server Error - An unexpected error occurred.
