Skip to main content
GET
/
v1
/
lorem
/
bytes
Lorem Bytes
curl --request GET \
  --url https://api.example.com/v1/lorem/bytes \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

size
integer
default:1024

Approximate size in bytes

Required range: 1 <= x <= 1000000

Response

Successful Response