# Welcome

## Rest API

Our REST API allows access to Loom.ai services running on our cloud servers.

{% content-ref url="guides/api-credentials" %}
[api-credentials](https://docs.loomai.com/guides/api-credentials)
{% endcontent-ref %}

{% content-ref url="guides/create-avatar" %}
[create-avatar](https://docs.loomai.com/guides/create-avatar)
{% endcontent-ref %}

{% content-ref url="guides/create-avatar-and-download-gltf" %}
[create-avatar-and-download-gltf](https://docs.loomai.com/guides/create-avatar-and-download-gltf)
{% endcontent-ref %}

{% content-ref url="guides/customize-render" %}
[customize-render](https://docs.loomai.com/guides/customize-render)
{% endcontent-ref %}

## Voice2Animation Unity SDK

The Voice2Animation SDK allows you to generate realistic talking animations for characters with a FACS-style rig. Simply import your voice recordings or text script and immediately see your characters talk.

{% content-ref url="unity-voice2animation/tutorial" %}
[tutorial](https://docs.loomai.com/unity-voice2animation/tutorial)
{% endcontent-ref %}

{% content-ref url="unity-voice2animation/basic-rig-spec" %}
[basic-rig-spec](https://docs.loomai.com/unity-voice2animation/basic-rig-spec)
{% endcontent-ref %}

## Loomie SDK

The Loomie SDK allows you to deploy Loom.ai technology in your own service or application. The SDK is available for Linux, Windows, macOS, iOS, and Android, with API bindings in C++, Python, and Java (coming soon.)

The tutorials below show the application of our Loomie SDK for building a personalized sticker pack and a 3D GLTF loomie rig from an input photograph.

To inquire about access to our SDKs please refer to our [Developer Page](https://developer.loomai.com).

{% content-ref url="loomie-sdk-tutorials/deploying-the-docker-image" %}
[deploying-the-docker-image](https://docs.loomai.com/loomie-sdk-tutorials/deploying-the-docker-image)
{% endcontent-ref %}

{% content-ref url="loomie-sdk-tutorials/example-app-walkthrough" %}
[example-app-walkthrough](https://docs.loomai.com/loomie-sdk-tutorials/example-app-walkthrough)
{% endcontent-ref %}

{% content-ref url="loomie-sdk-tutorials/example-app-walkthrough/example-app-full-source" %}
[example-app-full-source](https://docs.loomai.com/loomie-sdk-tutorials/example-app-walkthrough/example-app-full-source)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.loomai.com/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
