API Test Tool
The API Test Tool is an interactive explorer for the GPTfake monitoring API. Try live endpoints — refusal rates, bias scores, and policy-change alerts for every monitored model — and copy ready-to-run requests before you write any code.
Last updated: 2026-06-16. Endpoint shapes below are illustrative and may change before the API’s first stable release.
What you can do
- Send authenticated requests against live monitoring endpoints
- Inspect response schemas for refusal rates, bias scores, and timelines
- Generate copy-paste snippets in
curl, Python, and JavaScript - Compare two or more models in a single call
Quick example
# Current censorship metrics for ChatGPT
curl -H "Authorization: Bearer $GPTFAKE_TOKEN" \
https://api.gptfake.com/v1/metrics/chatgpt
# Compare models
curl -H "Authorization: Bearer $GPTFAKE_TOKEN" \
"https://api.gptfake.com/v1/compare?models=chatgpt,claude,gemini"Every number returned by the API is produced by our published monitoring methodology. Each response includes the sample size and the dateModified so you can cite it with confidence.
Next steps
- Read the API overview for authentication, endpoints, and SDKs.
- Prefer the terminal? Use the CLI instead.
- See the data the API exposes on each model monitoring page.