API Reference
Technical specifications and usage examples for all endpoints in the Talent Protocol API.
The Talent Protocol API provides comprehensive access to verified builder reputation data through a redesigned architecture that's more powerful and flexible than before.
Key Improvements
- Advanced Search: Filter profiles by multiple criteria including tags, scores, and human verification status
- Profile-Centric Design: Streamlined endpoints organized around Profiles as the central entity
- Multiple Scoring Systems: Support for Builder Score and other upcoming scores
- Consistent Responses: Standardized response formats across all endpoints
- Improved Pagination: Options for both page-based and cursor-based pagination
Getting Started
All API endpoints require authentication using your API key in the X-API-KEY
header.
Base URL: https://api.talentprotocol.com/
Core Endpoints
- Profile Search:
/search/advanced/profiles
- Find profiles matching specific criteria - Profile Data:
/profile
- Get profile information by ID or account identifier - Score Data:
/score
- Get Builder Score and other scoring information - Farcaster Scores:
/farcaster/scores
- Get the Builder Score of Farcaster users - Credentials Data:
/credentials
- Get the points each data point contributed to the Builder Score - Data Points:
/data_points
- Get the data points providing a list of slugs and for a Talent profile - Account Data:
/accounts
- Get connected accounts information - Social Data:
/socials
- Get connected social media information
See the individual endpoint documentation for detailed request and response formats.