# Get AI avatar options Retrieve all available AI avatar presenter options. Each avatar has a name, accent, and a preview video URL. Use the id value when configuring an AI avatar presenter for your project. Endpoint: GET /auth/config/ai_avatar_options Version: 1.2.0 Security: ShuffllApiKey ## Response 200 fields (application/json): - `aiAvatarOptions` (array) - `aiAvatarOptions.id` (string) Avatar identifier Example: "avatar_sarah_001" - `aiAvatarOptions.name` (string) Avatar name Example: "Sarah" - `aiAvatarOptions.accent` (string) Avatar's voice accent Example: "American English" - `aiAvatarOptions.title` (string) Display title Example: "Professional Presenter" - `aiAvatarOptions.subtitle` (string) Short description Example: "Confident and clear" - `aiAvatarOptions.videoPath` (string) URL of the avatar preview video Example: "https://content.shuffll.com/avatars/sarah_preview.mp4" - `aiAvatarOptions.avatarType` (string) Avatar rendering type Example: "realistic" ## Response 401 fields (application/problem+json): - `type` (string) Example: "object" - `title` (string) Example: "Validation failed" - `message` (string) Example: "Bad Request"