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.
curl -H "x-api-key: YOUR_API_KEY" https://shield-api.quillai.network/api/v1/projects/list
Last updated