get_api
Retrieve full details of a marketplace API including endpoints, parameters, and authentication method. Use before calling an API to know required inputs.
Instructions
Get full details for a specific API: description, base URL, authentication method, all endpoints with their HTTP method, path, parameters, and summary. Use this before calling call_api to understand what parameters an endpoint needs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The API slug (e.g. 'skinapi'). Get slugs from list_apis or search_apis. |