Postman

Explore the VideoGen API in Postman.

Explore and test the VideoGen developer API interactively in Postman. Every endpoint is grouped by resource, with path and query parameters and a sample JSON body ready to send.

Import

The fastest way is to import directly from the live OpenAPI document:

  1. In Postman, choose Import.
  2. Select Link and paste the spec URL:
https://api.videogen.io/openapi.json

Postman generates a collection with a request for every endpoint. You can also import the maintained VideoGen Postman collection JSON if you have it.

Authenticate

The VideoGen API uses bearer authentication. Set it once at the collection level:

  1. Open the collection’s Authorization tab and choose Bearer Token.
  2. Set the token to an API key from app.videogen.io/developers.

Requests inherit this token automatically. If you use collection variables, set baseUrl to https://api.videogen.io and apiKey to your key.

Run a workflow

Send POST /v1/workflows/script-to-video (under Workflows) to start an end-to-end video, then poll GET /v1/workflows/runs/{workflowRunId} until status is succeeded. Export the finished project with POST /v1/projects/{projectId}/export.