Learn how to use the Video Highlight API to transcribe, summarize, and analyze videos.
You can use the Video Highlight API to transcribe, summarize, and analyze videos. This API is useful for creating video highlights, generating video transcripts, and extracting insights from videos.
The Video Highlight API uses API keys for authentication. Visit your API Keys page to retrieve the API key you’ll use in your requests.
Keep your API key secure!Do not share it with others or expose it in any client-side code (browsers, apps). Requests should be routed through server code where your API key can be securely loaded from an environment variable or key management service.
All API requests should include your API key in an Authorization HTTP header as follows:
Download the Video Highlight API collection from hereThe archive contains:
Collection file: All API requests with examples
Environment variables: Template for your API key configuration
3
Import & Configure
Import both files into Postman
Set your VIDEOHIGHLIGHT_API_KEY in the environment variables
Start making requests!
The easiest way to get started with the Video Highlight API is to use our Postman collection. This collection includes all the API endpoints and example requests, making it simple to test and understand the API functionality.
Version ManagementThis URL will change in the future when significant changes are made to the API. Always refer to the API documentation for the latest information.We maintain backward compatibility within major versions, so your integrations will continue to work as we add new features.
Pro Tip: Start with the GET endpoints to retrieve existing data, then move to the streaming endpoints for real-time processing. The streaming endpoints require transcripts to be available first.