ConsoleCatalog
Sign in
AnyAPI logo

AnyAPI

any-api.comDeveloper Toolsno auth

API directory - search, API specifications, and documentation.

API Code Widget

ASYNCREADNo auth

Returns code snippets in multiple languages for an API endpoint.

ParametersFormJSON

Numeric API identifier from the reference docs tab

Endpoint path from the API reference documentation

HTTP method for the code widget (get, post, etc.)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_any_api_com_api_code_widget",
    "params": {
      "api_id": "222",
      "endpoint": "/change",
      "http_method": "get"
    }
  }'