SDK upgrade required. Existing SDK versions continue to work with existing keys until March 31st. Read the FAQ
cURL
curl --request GET \ --url https://api.ai-coustics.io/v1/users/me \ --header 'X-API-Key: <api-key>'
{ "email": "[email protected]", "available_credits": 123, "api_keys": [ { "name": "<string>", "prefix": "<string>", "suffix": "<string>", "created_at": "<string>", "last_used_at": "<string>" } ] }
Returns user’s email, credits remaining, and information about API and SDK keys.
User information
60
Show child attributes
Was this page helpful?