# Templates

Browse and retrieve reusable video templates. Templates define the scene structure and visual style of a project.

 - [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 /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 /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,
