Learn how to interact with the Beyond Presence API.
x-api-key
header with your API key as value.
For example, to authenticate to the GET /latest/avatar
endpoint using your
fictional API key sk-123456
, you would include the following header:
GET /latest/auth/verify
endpoint to test in isolation whether
the authentication with your API key works as expected:
version
in your requests to ensure the endpoint interface stays consistent:
GET avatar
endpoint specifically:
https://api.bey.dev/v1/
-> Version 1 of our API endpoints.
Interface will stay stable if you specify this, even if we release new versions.https://api.bey.dev/latest/
-> Latest version of our API endpoints.
Currently same as /v1/
, but the interface might change as we release newer versions.GET /v1/auth/verify
endpoint to test in isolation whether
the authentication with your API key works as expected: