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
curl --request GET \ --url https://app.nex.ai/api/developers/v1/notes/{note_id} \ --header 'Authorization: <api-key>'
{ "id": "900", "title": "Meeting notes", "content": "Discussed Q3 roadmap...", "entity_id": "1001", "created_by": "developer_api", "created_at": "2024-01-15T10:00:00Z" }
Retrieves a single note by ID
API key for authentication (format: "Bearer YOUR_API_KEY")
Note ID
Note details