curl -X POST https://api.bota.dev/v1/recordings \ -H "Authorization: Bearer sk_live_..." \ -H "Content-Type: application/json" \ -d '{ "device_id": "dev_abc123", "started_at": "2025-01-15T09:00:00Z", "ended_at": "2025-01-15T09:30:00Z", "metadata": { "meeting_type": "interview", "location": "office" } }'
{ "id": "rec_abc123", "device_id": "dev_abc123", "end_user_id": "eu_xyz789", "status": "pending", "duration_ms": null, "file_size_bytes": null, "mime_type": null, "started_at": "2025-01-15T09:00:00Z", "ended_at": "2025-01-15T09:30:00Z", "transcription_id": null, "metadata": { "meeting_type": "interview", "location": "office" }, "created_at": "2025-01-15T10:00:00Z", "uploaded_at": null }
Create a new recording
pending
uploaded
processing
completed
failed