Overview
Camb.AI
This CDK catalogue package is pinned to @activepieces/piece-camb-ai@0.2.0 and declares 5 declared actions and no declared triggers. Its definition is derived from the exact reviewed Activepieces source.
Provider runtime verification is recorded separately when an approved test connection is exercised; this catalogue entry does not claim that verification.
Technical guide
Technical reference
- Package:
@activepieces/piece-camb-ai@0.2.0 - Exact artifact digest:
sha256:7ce84311f10b1235df6d20fe9b4863784608986136d7a3e07d3bee0cdf9b03cd - Source: the exact reviewed Activepieces source
- Authentication, action and trigger schemas are taken from the exact pinned package.
Capability summary
Authentication
Authentication method: custom
Authentication profiles
connection · custom
- API Key Required · protected credential
Supported objects
| Object | Read | Write | Notes |
|---|---|---|---|
| Create Text-to-Sound | Yes | No | |
| Create Text-to-Speech | Yes | No | |
| Create Translation | Yes | No | |
| Create Transcription | Yes | No | |
| Custom API Call | Yes | No |
Supported actions
Create Text-to-Sound · Read
Convert input text into u201csound effectsu201d using an AI model.
create_text_to_sound · Risk: low · Retry: safe
Inputs
prompt· string · Required, A clear, descriptive explanation of the desired audio effect. Concise prompts yield more accurate results.duration· number · Optional, The desired length of the audio in seconds (max 10). Defaults to 8 if not set.project_name· string · Optional, A memorable name for your project to help organize tasks in your Camb.ai workspace.project_description· string · Optional, Provide details about your project's goals and specifications for documentation purposes.folder_id· string · Optional, Select the folder to save the task in.
Create Text-to-Speech · Read
Convert text into speech using a specified voice, language, gender, and age group.
create_text_to_speech · Risk: low · Retry: safe
Inputs
text· string · Required, The text to be converted to speech.language· string · Required, Select the original language of the input text.voice_id· string · Required, Select the voice to generate the speech.gender· string · Optional, The gender of the speaker.age· number · Optional, The age of the speaker to be generated.project_name· string · Optional, A memorable name for your project to help organize tasks in your Camb.ai workspace.project_description· string · Optional, Provide details about your project's goals and specifications for documentation purposes.folder_id· string · Optional, Select the folder to save the task in.
Create Translation · Read
Translate text from a source language to a target language.
create_translation · Risk: low · Retry: safe
Inputs
texts· string · Required, The text to be translated. You can enter multiple lines; each line will be treated as a separate text segment.source_language· string · Required, Select the original language of the input text.target_language· string · Required, Select the language to translate the text into.formality· string · Optional, Adjust the formality level to match your context.gender· string · Optional, Specify grammatical gender preferences when relevant in the target language.age· number · Optional, Helps adjust vocabulary and expressions to be age-appropriate.project_name· string · Optional, A memorable name for your project to help organize tasks in your Camb.ai workspace.
Create Transcription · Read
Creates a task to process speech into readable text.
create_transcription · Risk: low · Retry: safe
Inputs
language· string · Required, Select the original language of the input text.source_type· string · Required, Choose whether to upload a file or provide a URL.media· object · Requiredproject_name· string · Optional, A memorable name for your project to help organize tasks in your Camb.ai workspace.project_description· string · Optional, Provide details about your project's goals and specifications for documentation purposes.folder_id· string · Optional, Select the folder to save the task in.
Custom API Call · Read
Make a custom API call to a specific endpoint
custom_api_call · Risk: low · Retry: safe
Inputs
url· object · Requiredmethod· string · Requiredheaders· object · Optional, Authorization headers are injected automatically from your connection.queryParams· object · Optional, Appended to the URL as ?key=value.body_type· string · Optionalbody· object · Optionalresponse_is_binary· boolean · Optional, Enable for files like PDFs, images, etc.failsafe· boolean · Optional, On a failed request, output the error instead of failing the step.timeout· number · Optional, Seconds to wait for a response. Empty: up to the flow limit (10 min).followRedirects· boolean · Optional, Follow 3xx redirects instead of returning them as the response.
Setup
Setup
Create a tenant connection only in the consuming Studio instance when this connector is made available there. Credentials remain in that tenant's Vault-backed connection and are not stored in CDK package metadata.
Limitations
The package has passed deterministic offline package-load and contract validation. No provider credentials, provider API call or live webhook delivery is represented by this release state.