Skip to main content

Postman Collection

Import our ready-made Postman collection to start testing the Vidocu API in minutes.

Download Postman Collection

Setup

  1. Open Postman and click Import
  2. Select the downloaded JSON file
  3. Open the collection's Variables tab and set:
VariableValue
base_urlhttps://api.vidocu.ai
api_keyYour API key (from the Dashboard)
  1. Click Save

What's included

The collection contains all 12 API endpoints organized by category:

FolderRequests
VideosUpload, List, Get
OperationsAnalyze, Export, Translate, Subtitles (JSON), Subtitles (SRT), Voiceover, Article
JobsGet Job Status
UsageGet 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

  1. Upload Video — creates a draft video and saves the ID
  2. Analyze Video — starts subtitle generation
  3. Get Job Status — poll until status is completed
  4. Get Subtitles (JSON) — verify subtitles were generated
  5. Generate Article — create a help article from the transcript
  6. 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.