Castingwords

Learn how to use Castingwords with Composio

Overview

Enum

CASTINGWORDS

Description

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

Authentication Details

Actions

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).

Action Parameters

audiofile_id
integerRequired
test
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the current prepay balance for the account. use when you need to check available funds before placing new transcription orders.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the currently registered webhook url for account notifications. use when you need to verify your webhook setup.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to create a new transcription order for audio/video at a url. use when you have an accessible media url and need to initiate transcription.

Action Parameters

name
array
notes
string
sku
stringRequired
test
boolean
url
stringRequired

Action Response

data
object
error
string
successful
boolean
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'.

Action Parameters

audiofile_id
integerRequired
sku
arrayRequired
test
boolean

Action Response

data
object
error
string
successful
boolean
Tool to register a webhook url to receive transcript completion notifications. use when you want castingwords to post transcript-complete events to your service endpoint.

Action Parameters

webhook
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve list of available skus. use when you need to know available services and pricing before placing an order.

Action Parameters

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

event
stringRequired

Action Response

data
object
error
string
successful
boolean