For Developers
Full DocumentationGetEnrichedAI API is a REST based API accepting and returning JSON documents.
Authentication requires obtaining an access token from Dashboard.
Authentication
The API token should be provided in an Authorization header as a Bearer authentication token as follows:
GET
/v1/domain/<COMPANY_DOMAIN>
Authorization
Bearer <ACCESS_TOKEN>
All endpoints accept the same access token structure.
Error Handling
The GetEnrichedAI API uses standard HTTP response codes to signal the success or failure of an API request:
- Codes in the 2xx range indicate the request was successful.
- Codes in the 4xx range indicate there was an error in the request, such as a missing required parameter.
- Codes in the 5xx range indicate an error occurred on GetEnrichedAI's servers (this is uncommon).
Please refer to each individual API endpoint for further details about the errors generated.
Rate Limits
The GetEnrichedAI API has a rate limit of 300 requests per minute.