v1
latestOpenAPI 3.1.02026-08-06209117239.7 KBmemories
Create audio memory with transcription
Create a new audio memory with automatic transcription.
Process:
- Upload audio file to S3
- Transcribe audio using OpenAI Whisper
- Create memory with content + transcription
- Memory is searchable via text queries
Supported Formats: MP3, M4A, WAV, FLAC, OGG, AAC, WebM (e.g. browser recordings)
Tier Limits:
- Free: Not available
- Starter: Up to 10MB audio files
- Pro: Up to 25MB audio files
- Enterprise: Up to 100MB audio files
post/memories/audio
Response
The created audio memory with transcription
Example response
{
"category": "general",
"content": "Example memory content",
"created_at": "2023-04-01T14:30:45.123Z",
"created_by_user": "user123",
"id": "550e8400-e29b-41d4-a716-446655440000",
"importance": 5,
"is_chunk": false,
"source": "api",
"space_id": "space_12345678",
"space_name": "Work Projects",
"tags": [
"example",
"memory"
],
"updated_at": "2023-04-01T14:45:10.456Z"
}