Skip to main content
GET
/
api
/
template
/
Get Template API Endpoint
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"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

Successfully retrieved the template

Template OpenAPI Schema

template_id
integer
template_name
string
template_preview
string
template_description
string