🚀 API 2.0 is now live! See our API Reference for details.
🚀 API 2.0 is now live! See our API Reference for details.
Retrieves account details
curl --request GET \
--url https://api.nlpearl.ai/v1/Account \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"totalAgents": 123,
"creditBalance": 123,
"status": 123
}Documentation Index
Fetch the complete documentation index at: https://developers.nlpearl.ai/llms.txt
Use this file to discover all available pages before exploring further.
Specify the authorization token.
For more information, check out the Authorization Guide.
Client information
The name of the client.
The total number of agents.
The current credit balance.
Represents the authorization status for making calls.
1 - FullAccess
2 - LimitedAccess
3 - NoCredits
4 - SuspendedAccount
5 - DebtReached
curl --request GET \
--url https://api.nlpearl.ai/v1/Account \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"totalAgents": 123,
"creditBalance": 123,
"status": 123
}