# Castingwords AI integration on Definable

> CastingWords offers high-quality, human-powered transcription services with a RESTful API for seamless integration into various workflows.

## What this connects

CastingWords offers high-quality, human-powered transcription services with a RESTful API for seamless integration into various workflows.

Vendor: https://castingwords.com

## Tools available

**9** tools available. First 9:

- `CASTINGWORDS_CANCEL_AUDIOFILE` — Cancel and Refund Audio File — Tool to cancel an ordered audio file and issue a refund if applicable. Use when no transcription work has been done on the file (Pre-Processing, Audio Processing, Error states).
- `CASTINGWORDS_GET_PREPAY_BALANCE` — Get Prepay Balance — Tool to retrieve the current prepay balance for the account. Use when you need to check available funds before placing new transcription orders.
- `CASTINGWORDS_GET_TRANSCRIPT` — Get Transcript — Tool to retrieve the transcript for a given audiofile in the requested format (txt, doc, rtf, or html). Use after a transcription order has been completed.
- `CASTINGWORDS_GET_WEBHOOK` — Get registered webhook URL — Tool to retrieve the currently registered webhook URL for account notifications. Use when you need to verify your webhook setup.
- `CASTINGWORDS_ORDER_TRANSCRIPT` — Order Transcript — Create a transcription order for audio/video files at publicly accessible URLs. Returns order ID and audiofile IDs for tracking. Requires prepaid balance for non-test orders. Use test=true to validate URLs without charges.
- `CASTINGWORDS_ORDER_UPGRADES` — Order Upgrades — Tool to order an upgrade for a specific audio file. Use after transcription is complete to add items like timestamps or extra editing. Example: 'Order timestamps for file 12345'.
- `CASTINGWORDS_REGISTER_WEBHOOK` — Register Webhook — Registers a webhook URL to receive CastingWords event notifications. When events occur (e.g., transcript completion, refund issued, difficult audio), CastingWords will POST to your registered URL with event details. Use CASTINGWORDS_GET_WEBHOOK to verify the current webhook, and CASTINGWORDS_TEST_WEBHOOK to test notifications.
- `CASTINGWORDS_SKU_LIST` — List Available SKUs — Retrieves all available CastingWords transcription service SKUs with pricing. Use this tool to discover available services (transcription, captions, etc.) and their per-minute prices before placing an order. Returns SKU codes needed for order placement.
- `CASTINGWORDS_TEST_WEBHOOK` — Test Webhook Call — Tool to request a test webhook call for a specific event type. Use after registering a webhook URL to ensure webhook notifications are functioning properly.

## Auth

Auth schemes: `API_KEY`.

## How agents use Castingwords

Inside a Definable workflow, Castingwords is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Castingwords** — the Researcher (GPT-5.5) pulls context from Castingwords (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Castingwords** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Castingwords (create record, post message, draft email).
- **Designer / Engineer → Distributor → Castingwords** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Castingwords (attach file, open PR comment, post status).

The Verifier checks every Castingwords call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- transcription — https://definable.ai/apps/category/transcription/

## Related

- HTML page: https://definable.ai/apps/castingwords/
- Same category (transcription): https://definable.ai/apps/category/transcription/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
