Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v1/random/person \ --header 'X-API-Key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Generate complete random person profile(s) using Faker.
Locale (e.g., en_US, es_ES, ja_JP, zh_CN)
Gender hint: male, female, or null for random
Number of people to generate
1 <= x <= 50
Successful Response