Informations APIs

The Information APIs provide essential endpoints for accessing your account details, usage statistics, API information, logs, and resources. These APIs include main endpoints: Account Information and Stats, Your Inference APIs, and Inference Call Logs. Each endpoint offers critical data to help you manage and optimize your interactions with our platform.

Endpoints Section

My Account Info

This API gets my account information using an authenticated key. It is available to the account owner, admin, and developer.

Endpoint/utils/accounts/my-account/v1
MethodGET
Tagsplatform, accounts
API PlaygroundClick Here
GET
https://api.xinfer.ai/utils/accounts/my-account/v1
# This tab is intentionally left blank.

List My APIs

This endpoint and method list Inference APIs by pagination. It returns a list of Inference APIs owned by your account. The id sorts the list in descending order. The id is the API's unique identifier. It uses cursor-based pagination.

Endpoint/utils/inferences/v1
MethodGET
Tagsplatform, inferences, list my APIs
API PlaygroundClick Here
GET
https://api.xinfer.ai/utils/inferences/v1
# This tab is intentionally left blank.

API Call Logs

This API lists all the API calls made by your account or to your inference APIs. The list is sorted by the id in descending order. The id is the unique identifier of the API. It uses cursor-based pagination.

Endpoint/utils/infer-logs/v1
MethodGET
Tagsplatform, infer-logs
API PlaygroundClick Here
GET
https://api.xinfer.ai/utils/infer-logs/v1
# This tab is intentionally left blank.

Was this page helpful?