The Ask endpoint answers questions using completed Audream notes as its source material. It returns the note IDs that support the answer.

Ask all processed notes

Omit note_ids to search every available processed note in the authenticated account:

Limit the question to selected notes

Pass up to 100 note IDs when the answer should only use a known set of recordings:
The response contains the generated answer and the supporting note IDs:
Ask only uses notes owned by the authenticated account. Deleted and trashed notes are excluded.

Error handling

  • 400 means no processed notes were available for the requested scope.
  • 429 means the AI provider is temporarily rate-limited.
  • 502 means an answer could not be generated; retry later.