What format does the API response use?
Our API returns responses in JSON format by default, which is widely supported by all modern
programming languages. Each response includes the requested name, detected gender, accuracy/probability value,
and additional metadata. For example: {"name":"Maria","gender":"female","accuracy":99,"samples":12847,"country":"US"}.
You can find detailed response schemas in our API documentation
and download our OpenAPI specification for automatic client generation.
Related Keywords
Was this article helpful?