Developer Resources
API Documentation
Integrate Tusted AI rankings into your applications with our RESTful API. Access tool data, ratings, and more.
API Coming Soon
Our public API is currently in development. Sign up for early access to be notified when it launches.
Base URL
https://api.tusted.ai/v1Authentication
Include your API key in the request headers for authenticated endpoints:
// Request Headers Authorization: Bearer YOUR_API_KEY Content-Type: application/json
Endpoints
GET
/api/toolsGet a list of all AI tools
Parameters
categorystring— Filter by categorylimitnumber— Limit results (default: 20)offsetnumber— Offset for paginationGET
/api/tools/:idGet a specific AI tool by ID
Parameters
idstring— Tool ID (required)GET
/api/tools/:id/ratingsGet all ratings for a specific tool
Parameters
idstring— Tool ID (required)limitnumber— Limit results (default: 50)POST
/api/ratingsSubmit a new rating (requires authentication)
Parameters
toolIdstring— Tool ID (required)scorenumber— Rating score 1-5 (required)reviewstring— Review text (optional)GET
/api/categoriesGet all available categories
GET
/api/searchSearch for AI tools
Parameters
qstring— Search query (required)categorystring— Filter by categoryRate Limits
1,000
Requests / hour (Free)
10,000
Requests / hour (Pro)
Unlimited
Enterprise
Official SDKs
JS
JavaScript
Coming soon
PY
Python
Coming soon
GO
Go
Coming soon
