> ## Documentation Index
> Fetch the complete documentation index at: https://platform.perso.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# List options for building a context

> Returns the choices available when creating or editing an embed context: the TTS voices, avatar model styles, and background images your account is allowed to use.



## OpenAPI

````yaml /specs/openapi-interactive.json get /api/console/b2c/form-resources/
openapi: 3.0.3
info:
  title: Perso Interactive API
  version: 0.0.0
servers:
  - url: https://platform.perso.ai
security: []
tags:
  - name: Embed
paths:
  /api/console/b2c/form-resources/:
    get:
      tags:
        - Embed
      summary: List options for building a context
      description: >-
        Returns the choices available when creating or editing an embed context:
        the TTS voices, avatar model styles, and background images your account
        is allowed to use.
      operationId: console_b2c_form_resources_retrieve
      responses:
        '200':
          content:
            application/json:
              schema:
                type: object
                additionalProperties: {}
          description: ''
      security:
        - PersoPlatform-APIKey: []
        - cookieAuth: []
components:
  securitySchemes:
    PersoPlatform-APIKey:
      type: apiKey
      in: header
      name: PersoPlatform-APIKey
    cookieAuth:
      type: apiKey
      in: cookie
      name: sessionid

````