apidog_export_curl
Turn API endpoints into ready-to-run curl commands with placeholder values. Export from Apidog to simplify testing and integration.
Instructions
Export endpoints as ready-to-use curl command examples with placeholder values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | Yes | Module name | |
| baseUrl | Yes | Base URL for the API (e.g. https://api.example.com) | |
| project | No | Project name. Required when multiple projects are configured, optional otherwise. | |
| filterTag | No | Filter by tag name | |
| filterPath | No | Filter by path substring | |
| filterMethod | No | Filter by HTTP method | |
| includeHeaders | No | Extra headers to include (e.g. {"Authorization": "Bearer <token>"}) |