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