# Avaturn.Live ## Docs - [Create Session](https://docs.avaturn.live/api-reference/create-session.md): Initiates a session. - [Create Speech Task](https://docs.avaturn.live/api-reference/create-speech-task.md): Adds the text to the avatar speech queue. If the avatar is already speaking, the text fragment is queued to be spoken at a later time. Nothing is said until you connect or while you're disconnected. - [Introduction](https://docs.avaturn.live/api-reference/introduction.md): Overview of API - [Terminate Session](https://docs.avaturn.live/api-reference/terminate-session.md): Terminates the session. If the avatar is still talking, it kills the session anyway. - [LLM integration](https://docs.avaturn.live/howtos/llms.md): General guidelines on how to integrate with LLMs - [OpenAI Realtime Conversation Engine](https://docs.avaturn.live/howtos/openai_realtime_api.md): Real-time bidirectional audio conversations powered by OpenAI Realtime API - [Introduction](https://docs.avaturn.live/introduction.md): Avaturn.Live Documentation - [Example](https://docs.avaturn.live/rest/example.md): Pseudocode of backend API usage - [Integration Guide](https://docs.avaturn.live/rest/integration-guide.md): This guide provided a step-by-step approach to integrate API in your backend - [Example](https://docs.avaturn.live/web-sdk/example.md): Overview of the demo, its purpose, functionality, and how it works. - [Integration Guide](https://docs.avaturn.live/web-sdk/integration-guide.md): Step-by-step approach to integrating Web SDK into your project - [Events](https://docs.avaturn.live/web-sdk/reference/events.md): You can pass a properties object that configures the AvaturnHead object. - [Methods](https://docs.avaturn.live/web-sdk/reference/methods.md) - [Properties](https://docs.avaturn.live/web-sdk/reference/properties.md): You can pass a properties object that configures the AvaturnHead object. ## OpenAPI Specs - [openapi](https://api.avaturn.live/api/v1/openapi.json)