πŸš€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.

Go to https://gptradar.com/users/profile/ and select "New API Key"
Copy your API key in a secret place. You will only see it once!

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?