š Get a Virtual Private Server for just Rp 10,000 - the perfect fit for your server needs. Get here
cURL
curl --request GET \ --url https://api.neosantara.xyz/v1/auth/key \ --header 'x-api-key: <api-key>'
{ "object": "<string>", "id": "<string>", "authorized": true, "tier": "<string>", "permissions": [ {} ], "usage_info": { "daily": { "used": 123, "limit": 123, "remaining": 123, "reset_at": "<string>" }, "monthly": { "used": 123, "limit": 123, "remaining": 123, "reset_at": "<string>" } }, "organization": "<string>", "created": 123, "_metadata": { "status": true, "processing_time": 123, "timestamp": "<string>" } }
auth-
chat.completions
embeddings
Hide usage_info properties
Show daily properties
Show monthly properties
org-neosantara-ai
Show _metadata properties
{ "object": "authorization", "organization": "org-neosantara-ai", "permissions": [ "chat.completions", "embeddings", "moderations" ], "authorized": true, "created": 1741477200, "expires": null, "id": "auth-a1b2c3d4e5f6g7h8", "tier": "Developer", "usage_info": { "daily": { "used": 1500, "limit": 50000, "remaining": 48500, "reset_at": "2025-11-16T00:00:00.000Z" }, "monthly": { "used": 45000, "limit": 2000000, "remaining": 1955000, "reset_at": "2025-12-01T00:00:00.000Z" } }, "_metadata": { "creator": "neosantara.xyz", "status": true, "processing_time": 45, "timestamp": "2025-11-15T10:20:00.123Z" } }