Ai Tools
Captions logo

Captions API

captions.ai

AI video editing platform - features, styles, use cases, and product pages.

Actions
6
Category
Ai Tools
Login
Not required
Output
JSON

Call the Captions API

Submit a task, then poll the job until it settles. This example runs act_captions_ai_feature_page_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_captions_ai_feature_page_ssr",
    "params": {
      "feature_slug": "edit-with-ai"
    }
  }'

6 actions on captions.ai

Read

  • Feature Page

    act_captions_ai_feature_page_ssrread1 credit / call

    Returns a feature page by slug with title, summary, copy, images, and structured data.

    feature_slug
    string · required
  • Solution Details

    act_captions_ai_solution_detail_ssrread1 credit / call

    Returns a solution page by slug with hero copy, description, and feature sections.

    solution_slug
    string · required
  • Solutions Listing

    act_captions_ai_solutions_listing_ssrread1 credit / call

    Returns solution use-cases with title, slug, URL, and image.

  • Style Catalog Listing

    act_captions_ai_style_catalog_listingread2 credits / call

    Returns video editing styles filtered by aspect ratio and tags, with previews and metadata.

    aspect_ratio
    string · required
    tags
    string · required
  • Style Details

    act_captions_ai_style_detail_ssrread1 credit / call

    Returns a video style page by slug with title, summary, description, and media.

    style_slug
    string · required
  • Styles Listing

    act_captions_ai_styles_listing_ssrread1 credit / call

    Returns video editing styles with title, slug, description, URL, and image.

Captions API questions

Is there an API for Captions?
Captions does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for captions.ai. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Captions data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when captions.ai changes its markup, Anakin updates the action.
Do I need a Captions account?
No. Every Captions action listed here runs anonymously — no account and no credentials required.
What does the Captions API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Ai Tools APIs

All Ai Tools sites