# Templates Browse and retrieve reusable video templates. Templates define the scene structure and visual style of a project. ## Get all templates - [GET /auth/templates](https://api-docs.shuffll.com/apis/templates/getalltemplates.md): Retrieve a list of all templates you have created in your account. Templates are reusable video project structures that define scene order, types, and configurations. ## Get templates by organization and workspace - [GET /auth/organization/{organizationId}/workspace/{workspaceId}/templates](https://api-docs.shuffll.com/apis/templates/gettemplatesbyorgworkspace.md): Retrieve all templates for a specific organization and workspace. This endpoint allows you to get templates from a particular organization and workspace rather than the default ones. ## Get specific template - [GET /auth/templates/{templateId}](https://api-docs.shuffll.com/apis/templates/gettemplatebyid.md): Retrieve detailed information about a specific template including: - Template ID, name, and description - All scenes with their types and order - Dynamic fields for each scene (headers, colors, texts, voice settings, etc.) - Scene configuration options Use this endpoint to understand the template structure before creating a project from it.