execute_api
Execute authenticated API requests to the AITuber platform. Use search_api to discover endpoints and parameters before calling this tool.
Instructions
Execute a request against the AITuber API. Use search_api first to find the right endpoint and parameters. Handles authentication automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body (for POST/PUT), e.g. { "script": "...", "mediaType": "images" } | |
| path | Yes | API endpoint path, e.g. /videos, /videos/generate, /voices, /subscription | |
| query | No | Query parameters as key-value pairs, e.g. { "limit": "10", "gender": "female" } | |
| method | Yes | HTTP method | |
| pathParams | No | Path parameter substitutions, e.g. { "id": "abc-123" } for /videos/{id} |