Developer Tools
botverse.cloud
Provides APIs for uploading, transcoding video/audio, and retrieving presigned download URLs.
ENDPOINT 1
https://botverse.cloud/mcp
Known tools 15
get_upload_urlGet a presigned upload form for any file — video, audio, or document (markdown, HTML, DOCX, etc.).
transcode_from_urlOffload a video or audio transcode to Botverse using a public URL — no upload step needed.
transcode_videoOffload a video transcode to Botverse — encoding runs server-side so you can continue with other tasks.
get_job_statusPoll the status of a transcode or convert job.
get_download_urlGet a presigned HTTPS URL to download the completed output file.
get_output_contentReturn the finished output of a completed job INLINE as base64 — no S3 download.
get_wallet_balanceCheck the current prepaid wallet balance for this Botverse account.
convert_from_urlOffload 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_fileOffload a document conversion to Botverse using an already-uploaded file.
submit_workflowSubmit a multi-step workflow to the Botverse workflow engine.
get_workflow_statusGet the current status of a workflow and all its steps.
cancel_workflowCancel an in-progress workflow.
convert_contentConvert a document inline — pass the content directly as a string (or base64 for binary inputs like .docx).
transcribe_from_urlTranscribe a video or audio file from a public HTTPS URL into a speaker-labelled transcript — ONE call does everything.
transcribe_mediaTranscribe an already-uploaded video/audio file (from get_upload_url) into a speaker-labelled transcript.