Build it
What do you want Shade and Temi to do together?
Describe it and your agent reads both APIs, builds the automation, tests every branch and ships it. The list below is what exists today, not the limit.
Ask the assistant
You'll sign in before anything runs. What you typed comes with you.
Or work from Claude Code
Install the APIANT plugin for Claude Code and build, edit, test and read run history from your terminal. Every plan gets this, including free, and it spends no assistant credits.
Connect Claude CodeEverything your agent can do with Shade and Temi
Triggers and actions 7 triggers ยท 12 actions
Trigger
Asset UpdatedTriggers when an asset in the Shade drive and folder you select is added or changed.
Trigger
New AssetTriggers when a new asset appears in the Shade drive and folder you select.
Trigger
New CollectionTriggers when a new collection is created in the Shade drive you select.
Trigger
New DriveTriggers when a new drive is created in the Shade workspace you select.
Trigger
New Public Share LinkTriggers when a new public share link is created in the Shade drive you select.
Trigger
New TranscriptionTriggers when an asset in the Shade drive and folder you select finishes transcription.
Trigger
Public Share Link UpdatedTriggers when a public share link in the Shade drive you select is created or changed.
Action
Copy a FileCopies a file or folder to another location within the same Shade drive.
Action
Create FolderCreates a folder at the path you supply in a Shade drive.
Action
Find an AssetReturns the assets in a Shade drive that match the text you search for, optionally narrowed by precision filters.
Action
Get Public Links for a File or FolderReturns the public share links that exist for a file or folder in a Shade drive.
Action
Search Asset ChunksSearch a Shade drive and get back matching assets together with the specific chunks (subclips, document passages, image regions) that matched, with a relevance floor you control per media type.
Action
Search for an Asset by DescriptionSearches a Shade drive with a plain-language description and returns the assets that match, using Shade's AI index.
Action
Share File or FolderShares a file or folder in a Shade drive with the people you list, at the role you choose. Each person is emailed an invitation.
Action
Delete Transcription JobDelete a transcribed job. DELETE https://api.temi.com/v1/jobs/{id}. Only allowed once the job's status is transcribed or failed; returns 204 on success.
Action
Get AccountFetch Temi account balance and email. GET https://api.temi.com/v1/account. Returns {balance, email}.
Action
Get TranscriptFetch the transcript text/JSON for a completed job. GET https://api.temi.com/v1/jobs/{id}/transcript?version=latest|machine, with Accept header selecting text/plain, application/json, application/msword, or application/pdf.
Action
Get Transcription JobFetch the current status and details of a submitted transcription job. GET https://api.temi.com/v1/jobs/{id}. Returns the job object (status: in_progress/transcribed/failed, web_url, duration_seconds, name).
Action
Submit Transcription JobSubmits a new transcription job.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.