Unit Converter API Documentation
Complete reference for the Unit Converter API
Authentication
Authorization: Bearer sk_live_your_key_here
GET POST /v1/convert/process
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| action | string | Yes | number, data_size, temperature, length, weight, time, speed, roman, color |
| value | string | Yes | The value to convert |
| from_base | integer | No | Source base for number conversion (2-36) |
| to_base | integer | No | Target base for number conversion (2-36) |
| from_unit | string | No | Source unit (e.g. kg, miles, celsius, mb) |
| from_format | string | No | Color format: hex or rgb |