# SocialCrawl API — utility endpoints # Base URL: https://www.socialcrawl.dev # Auth: x-api-key header # Full docs: https://www.socialcrawl.dev/docs/utility ## GET /v1/utility/age-gender Detect age and gender Credit cost: 10 (premium) Parameters: - url (required) — Direct URL of the image to analyze curl "https://www.socialcrawl.dev/v1/utility/age-gender?url=https://example.com/photo.jpg" \ -H "x-api-key: sc_your_api_key_here"