Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location 'https://lizh.ai/v1/videos/video-abc123/content' \
--header 'Authorization: Bearer <token>'
Modified at 2026-06-03 19:08:40