Authentication

NudeScan uses API keys to allow access to the API.

You can get an API key for free by creating an account here.

Authorization Header

The API expects the API key to be included in all API requests to the server in a header that looks like the following:

                    Authorization: Bearer YOUR_API_KEY
                

Base URL

This is the base URL that all requests to the API should be made to:

                    https://api.nudescan.io
                

In the next steps, we will look at sample code to create, retrieve, and list scan results using the Nudescan API.