curl --request GET \
--url https://api.example.com/v1/generate/random/float \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Generate random float(s).
curl --request GET \
--url https://api.example.com/v1/generate/random/float \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Minimum value
Maximum value
Decimal places
0 <= x <= 15How many numbers to generate
1 <= x <= 1000Successful Response