Each user has a unique API key. You receive this after logging into your account and visiting the API page. Every request must include an API key using the access_token query parameter.
How to pass the token
- Document requests typically use:
?access_token=[your-api-key] - Search requests typically use:
&access_token=[your-api-key]
You can generate a new access key on the API page at any time.