video

Get Templates

get/api/v1/video/templates

Query parameters

template_typestring[] nullable
template_idstring nullable
categorystring nullable
limitinteger nullable
offsetinteger nullable

Response

Successful Response

successboolean required
messagestring required
total_countinteger required
returned_countinteger required

Example response

{
  "data": [
    {
      "createdAt": "2024-01-01T00:00:00Z",
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "preview_url": "https://example.com/preview.jpg",
      "template_data": {
        "duration": "30s",
        "orientation": "landscape",
        "scenes": []
      },
      "template_id": "template_001",
      "template_type": "video",
      "updatedAt": "2024-01-01T00:00:00Z"
    }
  ],
  "message": "Templates fetched successfully",
  "returned_count": 1,
  "success": true,
  "total_count": 100
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.