cURL
curl --request GET \ --url https://backend.clipvision.ai/api/content-types/ \ --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 all existing content types.
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 types