Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.akapulu.com/llms.txt

Use this file to discover all available pages before exploring further.

Akapulu provides a public catalog of avatars you can use in your conversations. We add new public avatars regularly, so your available options continue to grow over time.
If you need a custom avatar (for example custom backgrounds or other specific details), see our Enterprise plan.

Browse the catalog

You can view the public catalog at akapulu.com/catalog. Click any avatar row to open its detail page. Each entry includes an ID, name, profile image, description, and a sample video of how the avatar looks and sounds. Public avatar catalog showing name, profile image, description, and sample video

Use a catalog avatar in a conversation

Scenarios define behavior (nodes, tools, prompts). Which avatar performs the conversation is chosen separately when you start the conversation When you call POST /conversations/connect, include:
  • scenario_id — the scenario that controls the flow
  • avatar_id — the catalog avatar’s UUID
Example:
{
  "scenario_id": "11111111-2222-3333-4444-555555555555",
  "avatar_id": "66666666-7777-8888-9999-000000000000"
}
For a fuller walkthrough of how scenarios and avatars fit together, see How Akapulu works.
Interested in being featured as a public catalog avatar? Approved participants are compensated. Contact contact@akapulu.com.