cURL
curl --request GET \ --url https://backend.clipvision.ai/api/template/ \ --header 'Authorization: Basic <encoded-value>'
{ "template_id": 1, "template_name": "Template Name", "template_description": "Template Description", "template_preview": "https://clipvision.ai/preview/template/preview.mp4" }
This API endpoint allows a user to retrieve an existing template.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Successfully retrieved the template
Template OpenAPI Schema