Skip to main content
GET
/
v1
/
convert
/
base
/
bin-to-dec
Binary To Decimal
curl --request GET \
  --url https://api.example.com/v1/convert/base/bin-to-dec \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

binary
string
required

Binary number string

Response

Successful Response