--- title: 'Agify.io' description: 'Predict the age of a person based on their first name. Supports single and batch lookups with optional country-specific results. Free tier: 100 requests/day.' --- # Agify.io Predict the age of a person based on their first name. Supports single and batch lookups with optional country-specific results. Free tier: 100 requests/day. | Detail | Value | |---|---| | Category | Testing | | Base URL | `https://api.agify.io` | | Authentication | API Key (Query) | | Endpoints | 2 | | Connector key | `agify-io` | ## Using Agify.io in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Agify.io** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /](./get_agify_predictage) | Predict age for a name | | [GET /](./get_agify_predictagebatch) | Predict age for multiple names (batch) | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.