get_upload_url
Generate a presigned upload URL for sending audio, image, or other local files to Theta EdgeCloud's on-demand AI models for inference.
Instructions
Get a presigned URL to upload a file for inference. Use this when you need to upload a local file (audio, image, etc.) before running inference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | Service alias (e.g., "whisper", "sdxl") | |
| input_field | Yes | Which input field needs the file (e.g., "audio_filename", "image") |