Postman Collection
Import our ready-made Postman collection to start testing the Vidocu API in minutes.
Download Postman CollectionSetup
- Open Postman and click Import
- Select the downloaded JSON file
- Open the collection's Variables tab and set:
| Variable | Value |
|---|---|
base_url | https://api.vidocu.ai |
api_key | Your API key (from the Dashboard) |
- Click Save
What's included
The collection contains all 12 API endpoints organized by category:
| Folder | Requests |
|---|---|
| Videos | Upload, List, Get |
| Operations | Analyze, Export, Translate, Subtitles (JSON), Subtitles (SRT), Voiceover, Article |
| Jobs | Get Job Status |
| Usage | Get Usage |
Plus a Health Check request that doesn't require authentication.
Auto-saved variables
The collection includes test scripts that automatically save IDs between requests:
- Upload Video saves
video_id— used by all subsequent requests - Analyze, Export, Translate, Voiceover save
job_id— used by Get Job Status
This means you can run requests in order without copying IDs manually.
Suggested test flow
- Upload Video — creates a draft video and saves the ID
- Analyze Video — starts subtitle generation
- Get Job Status — poll until
statusiscompleted - Get Subtitles (JSON) — verify subtitles were generated
- Generate Article — create a help article from the transcript
- Export Video — export the final video with subtitles
Collection auth
Authentication is set at the collection level using a Bearer token. All requests inherit it automatically — no need to set auth on individual requests.