Authentication

You'll need to authenticate your requests to access any of the endpoints in the Personhood API. In this guide, we'll look at how authentication works. We offers a simple authentication system for your API requests.

API Key authentication

With API Key authentication, you use your API key to authenticate your HTTP requests. Here's how to authenticate using cURL:

Example request with API Key auth

curl https://api.pop.anima.io/v1/personhood/init \
  --header "Api-Key: {YOUR_API_KEY}"

Please don't commit your Personhood API Key to GitHub!