Getting Started

Authentication

Published @ 16/11/23 by

author Fatos
Fatos, Founder @ answerly.io

Our API accepts application/json as a body, so when you're sending requests, you'll need to include your API key in the body of the request.

This is done by adding the key APIKey followed by your actual API key.

Here's an example of what that might look like:

{
    "APIKey": "YOUR_API_KEY"
}

Just replace YOUR_API_KEY with your actual key, and add whichever other data your particular request needs.