Skip to main content
GET
/
v1
/
convert
/
volume
/
cups-to-ml
Cups To Milliliters
curl --request GET \
  --url https://api.example.com/v1/convert/volume/cups-to-ml \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

cups
number
required

Volume in cups (US)

Response

Successful Response