Ai Tools
Descript logo

Descript API

descript.com

Descript marketing site - feature hubs, feature details, and pricing tiers.

Actions
5
Category
Ai Tools
Login
Not required
Output
JSON

Call the Descript API

Submit a task, then poll the job until it settles. This example runs act_descript_homepage_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_descript_homepage_ssr",
    "params": {}
  }'

5 actions on descript.com

Read

  • Homepage Content

    act_descript_homepage_ssrread1 credit / call

    Returns homepage content with title, hero headline, and feature navigation.

  • Pricing Plans

    act_descript_pricing_page_ssrread1 credit / call

    Returns pricing plans with tier names, monthly and annual prices, and features.

  • Transcription Feature Details

    act_descript_feature_detail_transcription_ssrread1 credit / call

    Returns a feature page's title, summary, and content by feature slug.

    feature_slug
    string · required
  • Underlord Features Hub

    act_descript_feature_hub_underlord_ssrread1 credit / call

    Returns the Underlord AI assistant feature hub with title, summary, and content.

    section_slug
    string · required
  • Video Editing Features Hub

    act_descript_feature_hub_video_editing_ssrread1 credit / call

    Returns the video editing feature hub with feature titles and descriptions.

    section_slug
    string · required

Descript API questions

Is there an API for Descript?
Descript does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for descript.com. 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 Descript 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 descript.com changes its markup, Anakin updates the action.
Do I need a Descript account?
No. Every Descript action listed here runs anonymously — no account and no credentials required.
What does the Descript 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