cURL
curl --request GET \ --url https://backend.clipvision.ai/api/content-type/ \ --header 'Authorization: Basic <encoded-value>'
{ "content_type_id": 1, "display_name": "Default Model (DM)", "model_id": "dm-1.0", "description": "Default model for video creation.", "preview_image": "", "preview_video": "", "active": true }
This API endpoint allows a user to view details of an existing content type.
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 content type
Content Type OpenAPI Schema