ToolYour

ToolYour

API Docs

List available tools in this category

Public catalog — no API key required. Use slugs from the response with POST endpoints.

GET
/api/v1/calculators/catalog

Public catalog — no API key required. Use slugs from the response with POST endpoints.

Response Body

application/json

curl -X GET "https://example.com/api/v1/calculators/catalog"
{  "status": true,  "code": 200,  "message": "Success",  "result": {},  "warnings": [    "string"  ],  "error": "string"}