Call any Dolphin{anty} API endpoint
dolphin_requestSend raw API requests to any Dolphin{anty} endpoint when no dedicated tool fits. Select target host (v1, v2, sync, local) to access profiles, proxies, cookies, and browser automation.
Instructions
Raw, unvalidated call to the Dolphin{anty} API. Use this only when no dedicated tool fits — the typed tools carry validation and API-specific guidance this one does not.
Pick target by which host owns the endpoint:
v1→ https://dolphin-anty-api.com (profiles, proxies, folders, statuses, fingerprints, extensions)v2→ https://apiv2.dolphin-anty-api.com/api/v2 (homepages, bookmarks, team reads)sync→ https://darkwing.dolphin-anty-api.com/api/v1 (remote cookie import/export)local→ the desktop app's Local API (profile start/stop, cookie robot, local storage)
Array query values are joined with commas, matching the API's explode: false style.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body. | |
| path | Yes | Path relative to the target host, e.g. '/browser_profiles/123'. | |
| query | No | ||
| method | Yes | ||
| target | Yes |