Upload one HTTPS URL of a multi-hour recording. The server detects conversation boundaries (single-shot Gemini), then auto-analyzes each high-confidence segment with the V5 master prompt. Each segment becomes a first-class Analysis row with parent_session_id set, queryable via the existing /v1/analyses surface.
Audio storage: we never re-host the file. The response contains start_seconds/end_seconds offsets — your UI uses HTTP Range requests on your original URL to play any segment. See /guides/all-day-sessions for the full pattern.
Pricing: ~0.30 per detected segment for V5 analysis.
Documentation Index
Fetch the complete documentation index at: https://docs.goparlay.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Partner-supplied org id this session belongs to.
1 - 256^[A-Za-z0-9._:-]+$Partner-supplied rep id. Required — every segment analysis is scoped to this rep.
1 - 256^[A-Za-z0-9._:-]+$Publicly reachable HTTPS URL of the long-form audio. Pre-signed S3/GCS URLs are perfect. Audio stays on partner storage — we never re-host the file. Mutually exclusive with file_key.
GCS key returned from POST /v1/admin/partners/:id/uploads/signed-url after a browser-direct PUT. The server resolves this to a 1-hour signed read URL internally. Mutually exclusive with recording_url.
1 - 512Free-form key/value bag for partner bookkeeping. Not interpreted by Parlay.