OpenAI Realtime API for low-latency voice conversations via WebSocket.Connect using WebSocket protocol:wss://api.ccapi.ai/v1/realtime
Include your authorization header when upgrading:Authorization: Bearer sk-your-token
Supports audio streaming, function calling, and real-time transcription. Request
Add parameter in header Authorization
Example:Authorization: ********************
or
Request Code Samples
curl --location --request GET 'https://api.ccapi.ai//v1/realtime' \
--header 'Authorization: <api-key>'
Responses
WebSocket upgrade successful
This response does not have a body.
Modified at 2026-03-15 06:56:57