AiinakDocs

Command Palette

Search for a command to run...

Core Endpoints

The most commonly used endpoints across Aiinak products, with examples.

AiMail

MethodPathPurpose
GET/email/v1/messagesList messages (filters: folder, q, cursor)
POST/email/v1/messagesSend a message
GET/email/v1/threads/:idFetch a full conversation
POST/email/v1/draftsCreate a draft (optionally AI-generated)
GET/email/v1/calendar/eventsList calendar events
POST/email/v1/bookingsCreate a booking on a booking type

Smart Drive & AI Search

MethodPathPurpose
POST/drive/v1/filesUpload a file (multipart)
GET/drive/v1/files/:idDownload or inspect a file
POST/drive/v1/searchNatural-language file search
POST/drive/v1/sharesCreate a share link with permissions
POST/search/v1/queryMulti-source search with AI answer
POST/search/v1/chatConversational search in a session
Natural-language drive searchbash
curl -X POST https://api.aiinak.com/drive/v1/search \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"query": "invoice PDFs from March over $1,000"}'

AI Meeting & Enterprise AI

MethodPathPurpose
POST/meetings/v1/meetingsCreate a meeting (returns join URL)
GET/meetings/v1/meetings/:id/transcriptFetch the transcript
GET/meetings/v1/meetings/:id/summaryFetch the AI summary
POST/api/v1/nexus/queryNexus natural-language data query (tenant URL)
GET/api/v1/invoicesList ERP invoices (tenant URL)
POST/api/v1/workflows/:id/runTrigger an ERP workflow (tenant URL)