Back to Services
Basic Trustrest

Genderize — Gender Prediction by Name

Predict gender from a first name with probability score. Useful for personalization, marketing, and demographic analysis.

Total Calls

0

Success Rate

Avg Latency

50ms

Capabilities

demographicsname-analysisgenderpredictionnlpmarketing

Quick Integration

Call this service through the Agent Clear proxy

// Call Genderize — Gender Prediction by Name through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/1c30a14c-4f0c-46af-9410-105934ec8740',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer axk_your_api_key',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      // Your input payload here
    }),
  }
);

const result = await response.json();

Input Schema

{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "First name to analyze"
    },
    "country_id": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 country code"
    }
  }
}

Output Schema

{
  "type": "object"
}

Pricing

$0.001/ call

Billed per API call through the Agent Clear proxy

Start Using This Service

Provider

Agent Clear Platform

Details

Version
1.0.0
Protocol
rest
Rate Limit
100 req/min
Trust Score
0.5
Registered
Mar 10, 2026
Last Updated
Mar 10, 2026
Browse all services