Ai Tools
Resemble AI logo

Resemble AI API

resemble.ai

Resemble AI voice cloning - model catalog, product pages, API docs, and blog.

Actions
8
Category
Ai Tools
Login
Not required
Output
JSON

Call the Resemble AI API

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

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_resemble_ai_docs_agents_overview",
    "params": {
      "rsc_token": "UtiJa4MTPPSsdpE2"
    }
  }'

8 actions on resemble.ai

Read

  • Docs Agents Overview

    act_resemble_ai_docs_agents_overviewread2 credits / call

    Returns the agents documentation overview with the docs navigation tree.

    rsc_token
    string · required
  • Docs TTS Overview

    act_resemble_ai_docs_tts_overviewread2 credits / call

    Returns the text-to-speech docs overview with sections and endpoint references.

    rsc_token
    string · required
  • Homepage

    act_resemble_ai_homepage_ssrread1 credit / call

    Returns the homepage with product overview, navigation, and marketing content.

  • Resources Article Listing

    act_resemble_ai_resources_article_listingread2 credits / call

    Returns blog and resource articles with titles, dates, summaries, and links.

    page
    string · required
  • Synthesize API Reference

    act_resemble_ai_docs_api_reference_tts_synthesizeread2 credits / call

    Returns the synthesize API reference including method, path, parameters, and auth.

    rsc_token
    string · required
  • Text to Speech Feature Page

    act_resemble_ai_feature_page_text_to_speechread1 credit / call

    Returns the text-to-speech product page with feature blocks and descriptions.

  • Voice Model Details

    act_resemble_ai_voice_model_detailread1 credit / call

    Returns a voice model's name, description, and media by slug.

    model_slug
    string · required
  • Voice Model Listing

    act_resemble_ai_voice_model_listingread1 credit / call

    Returns voice AI models with names, descriptions, badges, and features.

Resemble AI API questions

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