Ejento AI gives its customers the ability to use APIs with their own hosted Ejento offering. To call the APIs via your own offering you can utilize the server provided by the Admin.URL: https://{server_name}
Replace {your-server-name}
with your actual server name, for example:
https://apim-ejento-prod
While using the "Try it out" feature, you must include
1- Your server URL (https://{your-server-name}
) before the API endpoint.
For example, the request will look like:
https://apim-ejento-prod/api/v2/agents/{agent_id}
2- API Key in the headers as:
Ocp-Apim-Subscription-Key: {your-api-key}
3- Authorization Bearer Token in the headers as:
Authorization: Bearer {your-access-token}