← Registry

Developer Tools

botverse.cloud

Provides APIs for uploading, transcoding video/audio, and retrieving presigned download URLs.

1 endpoint15 known toolsCached registry data

ENDPOINT 1

https://botverse.cloud/mcp

No auth detected

Known tools 15

get_upload_url

Get a presigned upload form for any file — video, audio, or document (markdown, HTML, DOCX, etc.).

transcode_from_url

Offload a video or audio transcode to Botverse using a public URL — no upload step needed.

transcode_video

Offload a video transcode to Botverse — encoding runs server-side so you can continue with other tasks.

get_job_status

Poll the status of a transcode or convert job.

get_download_url

Get a presigned HTTPS URL to download the completed output file.

get_output_content

Return the finished output of a completed job INLINE as base64 — no S3 download.

get_wallet_balance

Check the current prepaid wallet balance for this Botverse account.

convert_from_url

Offload a document conversion to Botverse — runs server-side in seconds, returns a download link, and frees you to continue with other tasks while it processes.

convert_file

Offload a document conversion to Botverse using an already-uploaded file.

submit_workflow

Submit a multi-step workflow to the Botverse workflow engine.

get_workflow_status

Get the current status of a workflow and all its steps.

cancel_workflow

Cancel an in-progress workflow.

convert_content

Convert a document inline — pass the content directly as a string (or base64 for binary inputs like .docx).

transcribe_from_url

Transcribe a video or audio file from a public HTTPS URL into a speaker-labelled transcript — ONE call does everything.

transcribe_media

Transcribe an already-uploaded video/audio file (from get_upload_url) into a speaker-labelled transcript.