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/v1

Authentication

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/tools

Get a list of all AI tools

Parameters

categorystringFilter by category
limitnumberLimit results (default: 20)
offsetnumberOffset for pagination
GET/api/tools/:id

Get a specific AI tool by ID

Parameters

idstringTool ID (required)
GET/api/tools/:id/ratings

Get all ratings for a specific tool

Parameters

idstringTool ID (required)
limitnumberLimit results (default: 50)
POST/api/ratings

Submit a new rating (requires authentication)

Parameters

toolIdstringTool ID (required)
scorenumberRating score 1-5 (required)
reviewstringReview text (optional)
GET/api/categories

Get all available categories

GET/api/search

Search for AI tools

Parameters

qstringSearch query (required)
categorystringFilter by category

Rate 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