Skip to main content

API Playground

The API Playground workspace lets you submit and inspect API jobs from the browser without writing integration code first. Open it from the left Workspaces sidebar after signing in to app.closedcaptionconverter.com.

API Playground

Before you start

  • Subscription: API Playground requires an active (non-trial) subscription. Trial accounts see a message that API access is not available.
  • API key: The playground loads your API key automatically when you have API access. You can also view or regenerate it under Account & Billing → API Keys.
  • Billing: Successful API jobs may incur usage charges (currently $0.10 per successful job). A billing notice appears at the top of the playground until dismissed.

API endpoint

Choose the base URL for your requests. The default is:

https://api.closedcaptionconverter.com

If your organization uses a dedicated endpoint (for example https://nbc-staging-api.closedcaptionconverter.com), select it from the dropdown or add a custom hostname. Only hostnames ending in .closedcaptionconverter.com are accepted. Saved endpoints are stored in your browser's local storage and appear in the dropdown for future sessions.

Submitting a job

  1. Select a source: upload a caption file from your computer, or enter a publicly accessible URL.
  2. Edit the Job Description (JSON) in the text area, or use:
    • Paste from Converter — copies the current configuration from the Subtitle Converter workspace.
    • Load Preset — inserts a preset_id reference for a preset from Job Presets.
  3. Click POST /jobs to submit. The JSON response appears below, including the job id.
  4. Enter the job ID and click GET /jobs (with that ID) to poll status and retrieve output when complete.
  5. When the job has finished, use Download Target to save the output file.

Postman collection

Click Export Postman Collection to download a collection pre-filled with your current endpoint, API key, source settings, and job description. Import it into Postman or any compatible REST client.

You can also export a Postman collection from the Subtitle Converter workspace via the Job Description modal.

Next steps

TopicDescription
API — Getting StartedAuthentication, curl examples, and error handling.
API — Job Types & DescriptionsFull Job Description schema.
Job Status DashboardAudit trail, filters, and per-job actions for submitted jobs.