Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET https://api.llmgenerator.com/api/v1/api-keys \ -H "Authorization: Bearer YOUR_API_KEY"
const response = await fetch( 'https://api.llmgenerator.com/api/v1/api-keys', { headers: { 'Authorization': 'Bearer YOUR_API_KEY' } } ); const data = await response.json();
{ "apiKeys": [ { "id": "llm_1706123456_abc123def456", "name": "Production Key", "keyPreview": "llm_1706...f456", "isActive": true, "lastUsedAt": "2026-01-20T15:30:00.000Z", "createdAt": "2026-01-01T10:00:00.000Z" }, { "id": "llm_1706234567_xyz789abc012", "name": "Development Key", "keyPreview": "llm_1706...c012", "isActive": true, "lastUsedAt": null, "createdAt": "2026-01-15T09:00:00.000Z" } ], "total": 2 }
Ce point de terminaison renvoie la liste des clés d’API de l’utilisateur.
Afficher Propriétés d'une clé d'API
llm_1234...abcd
Cette page vous a-t-elle été utile ?