- Clip (
clip) — a short burst, command, or quick note. Only text is saved; the audio is deleted immediately after conversion to text. - Memo (
memo) — a longer recording or note. Both text and audio are saved, with the audio kept locally.
https://app.italic.com/api/v2.
Create your first recording
Create an API key in Settings → API & integrations. Selectrecordings:create and recordings:read to follow this example.
type is required in the body. Italic supplies an ID and timestamp.
Reuse the same retry key and body if a request fails or its response is lost.
Read a recording with GET /recordings/{id}, edit selected fields with
PATCH /recordings/{id}, or search the library with GET /recordings.
Next steps
- Recordings: the object, editing, search, and optional local audio references.
- Device settings: choose what each recording input creates.
- Webhooks: receive recording notifications.
- MCP: connect an assistant to your library.