Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Docs are being updated to reflect new features. Need help sooner? support@adaline.ai
List all projects accessible by the API key.
cURL
curl --request GET \ --url https://api.adaline.ai/v2/projects \ --header 'Authorization: Bearer <token>'
{ "projects": [ { "id": "<string>", "title": "<string>", "icon": { "value": "<string>" }, "createdAt": 17450965800000, "updatedAt": 17450965800000 } ] }
Workspace API key. Pass as Authorization: Bearer <key>.
Authorization: Bearer <key>
Projects retrieved.
List of projects in the workspace.
Show child attributes
Was this page helpful?