owlvin_call
Execute API calls to Owlvin platform services with automatic billing, rate limiting, and authentication management.
Instructions
Call any service on the Owlvin platform. This is the universal API gateway.
Billing, rate limiting, and auth are handled automatically. Use owlvin_services first to see available services and operations.
Args: service: Service slug (e.g. "drumsplit"). operation: Operation name (e.g. "full", "drumbus"). input_data: JSON string with operation-specific parameters. Default: "{}".
Returns the service response. Cost is deducted from your credit balance automatically.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | ||
| operation | Yes | ||
| input_data | No | {} |