Authentication

To authenticate any request in the QuillShield API, you must pass the x-api-key in the header of all your requests to the domain shield-api-dev.quillaudits.com.

Here's How to Get Started

Step 1: 🔑Request an API key by contacting the team via product@quillai.network.

Step 2: 🎉 Make Your First Request

📑 Replace "YOUR_API_KEY" with your API Key, which was received by completing Step 1.

Example 1: via CURL from a command line

curl -H "x-api-key: YOUR_API_KEY" https://shield-api.quillai.network/api/v1/projects/list

Last updated