Facticity API
Facticity.AI is an AI fact-checking tool developed by Singapore-based startup AI Seer.
1 subscribers
8.9/10 popularity
806 ms avg latency
56% success rate
6 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Facticity API endpoints
| Method | Endpoint | Description |
|---|---|---|
| get-credits | ||
| GET |
/get-credits /get-credits |
Retrieves the number of API usage credits (tokens) remaining for the user associated with the provided API key. This endpoint is useful for tracking credit consumption and… |
| get-api-history | ||
| GET |
/get-api-history /get-api-history |
Fetches the API usage history for a specific user based on their email. This includes metadata for each task that was initiated by the user's API key (such as task_id, status,… |
| check-server | ||
| GET |
/check-server /check-server |
Performs a health check on the Facticity server and verifies that the /fact-check endpoint is live and responsive. It runs a test query behind the scenes and reports whether the… |
| fact-check | ||
| POST |
/fact-check /fact-check |
Submits a fact-checking request for a claim. This endpoint supports both synchronous (sync) and asynchronous (async) modes. In sync mode, the server waits up to timeout seconds… |
| check-task-status | ||
| GET |
/check-task-status /check-task-status |
This endpoint is used to check the status and result of a previously initiated fact-checking task. If the task is completed, it returns the final processed result; otherwise, it… |
| extract-claim | ||
| POST |
/extract-claim /extract-claim |
Extract factual claims from a given input. This input can be a block of text, or a video URL (YouTube, TikTok, Instagram). The endpoint will either use cached claims or… |
Facticity API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | $10 / month | 1 / second |
|