Text-to-Speech API avatar

Text-to-Speech API

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Text-to-Speech API

Text-to-Speech API

Text-to-Speech API returns normalized, review-ready API data with robust inputs, consistent outputs, and pay-per-result pricing.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Virtual Footprint LLC

Virtual Footprint LLC

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Convert text to speech and return structured audio metadata with Text-to-Speech API for voice workflows.

Features

  • Convert text input into speech-ready output artifacts
  • Support single and batch text-to-speech processing workflows
  • Return normalized metadata for voice automation pipelines
  • Provide export-ready outputs for downstream media workflows
  • Designed for API-first integration into product experiences
  • Supports direct URL-based extraction workflows
  • Supports keyword and query-based discovery inputs

Common Use Cases

  • Voice assistant workflows
  • Accessibility tooling
  • Content narration
  • Product voice features
  • Audio automation
  • Internal reporting

Example Input

{
"query": "Welcome to our product demo",
"queries": [
"Welcome to our product demo",
"Your report is ready"
],
"urls": [
"https://www.example.org"
],
"maxResults": 25,
"includeRaw": false,
"maxCostPerRun": 5
}

Example Output

{
"query": "Welcome to our product demo",
"url": "https://example.org/audio/output.mp3",
"actorSlug": "record value",
"source": "tts-engine",
"title": "Voice output",
"description": "Generated narration from the input text",
"scrapedAt": "2026-06-07T16:45:00Z"
}

Input Parameters

FieldTypeRequiredDescription
querystringNoPrimary keyword, URL, profile, company, product, or identifier to collect
queriesarrayNoOptional batch list of query strings. Used when query is empty or when batching is…
urlsarrayNoOptional direct URLs to process. These take priority over discovery when provided
maxResultsintegerNoMaximum number of dataset items to emit
includeRawbooleanNoInclude collection diagnostics and raw source metadata where available
maxCostPerRunnumberNoOptional guardrail in USD. The actor caps output before exceeding this amount
proxyConfigurationobjectNoApify proxy settings for production runs

Output Fields

FieldTypeDescription
querystringNormalized query value
urlstringNormalized url value
actorSlugstringNormalized actorSlug value
sourcestringNormalized source value
titlestringNormalized title value
descriptionstringNormalized description value
scrapedAtstringNormalized scrapedAt value
runIdstringNormalized runId value
rankstringNormalized rank value
contentstringNormalized content value
summarystringNormalized summary value
authorstringNormalized author value

Export Formats

  • JSON
  • CSV
  • Excel
  • XML

Pricing

Pricing Model: PAY_PER_EVENT

$3.00 per 1,000 dataset items.

FAQ

Does this actor support batch processing?

Yes.

Can I export results to CSV?

Yes.

Can I schedule runs?

Yes, through Apify schedules.

Can I run this actor via API?

Yes, via the Apify API.

Does it support direct URLs?

Yes.

Can I integrate this actor with n8n or Make?

Yes.