πQuick Start
Get your API keys
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from your Dashboard at any time.


Make your first request
To make your first request, send an authenticated request to the list endpoint. This will return the analyses you created before.
List the analyses
GET https://gptradar.com/api/analysis/list/
List the analyses you've done in the past.
Headers
Name
Type
Description
Authorization*
String
Api-Key YOUR-API-KEY
Take a look at how you might call this method using curl or via python:
Last updated
Was this helpful?