ToolYour

ToolYour

API Docs

Run apparent power converter

POST
/api/v1/unit-conversions/apparent-power-converter

Authorization

ApiKeyAuth
X-Api-Key<token>

API key created via POST /api/v1/api-keys (shown once at creation)

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Send fields at the top level, or nested under inputs.

Send fields at the top level, or nested under inputs.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/unit-conversions/apparent-power-converter" \  -H "Content-Type: application/json" \  -d '{    "from": "string",    "to": "string"  }'
{  "status": true,  "code": 200,  "message": "Success",  "result": {},  "warnings": [    "string"  ],  "error": "string"}
{  "message": "string",  "detail": "string",  "status": false,  "code": 0,  "error": "string"}
Empty
{  "message": "string",  "detail": "string",  "status": false,  "code": 0,  "error": "string"}
Empty
Empty