Create interactive AI avatars with just a few API calls
POST /auto/token
: Creates a new session token for authentication. Requires your Simli API key and optionally a TTS API key.POST /auto/start/{agent_id}
: Starts a session using token in the header for authentication (see API reference).POST /auto/start/configurable
: Initializes a new end-to-end interactive session with an AI avatar. Configure TTS provider, language, and other session parameters.GET /auto/transcript/{sessionId}
: Retrieves the conversation transcript for a specific session if transcript generation was enabled.maxSessionLength
: Maximum duration of the session in seconds (default: 3600)maxIdleTime
: Maximum idle time before session timeout in seconds (default: 300)systemPrompt
: Custom prompt to define the AI’s behaviorfirstMessage
: Initial message from the AI when session starts