# OneSay API ## API Docs - OneSay Core > Session [Create a OneSay session](https://docs.onesay.io/506711069e0.md): Creates an immutable voice-session snapshot. workflow is the only workflow authority; recognitionPreferences are required for every workflow, and speechProcessingPreferences are required only for dictation and translation. - OneSay Core > Session [Check voice readiness without creating a voice session](https://docs.onesay.io/506711070e0.md): Returns a short-lived, metadata-only readiness snapshot for signed-in desktop clients. This endpoint does not create a business voice session, does not start an ASR provider session, does not upload audio, and does not write usage events. POST /v1/sessions remains authoritative for auth and entitlement when Fn dictation starts. - OneSay Core > Session [Fetch a session snapshot](https://docs.onesay.io/506711071e0.md): Reads the latest server-side snapshot for a single session ID. - OneSay Core > Session [Consume transient dictionary learning candidates](https://docs.onesay.io/506711072e0.md): Returns and consumes the authenticated session owner's transient, structured dictionary-learning candidates. Candidate text is not persisted by the session service. - OneSay Core > Session [Mark a session as inserted](https://docs.onesay.io/506711073e0.md): Completes the insertion phase for a session after the client writes the final text back into the target application. - OneSay Core > Session [Cancel a session](https://docs.onesay.io/506711074e0.md): Cancels an in-flight or pending session using the shared service contract. - OneSay Core > Realtime [Read dedicated realtime gateway health](https://docs.onesay.io/506711075e0.md): Returns a machine-readable health/readiness snapshot for the realtime gateway without creating a business session, consuming quota, or upgrading to the business WebSocket path. - OneSay Core > Realtime [Open the dedicated realtime health socket](https://docs.onesay.io/506711076e0.md): Service-equivalent documentation for the observer-facing realtime health WebSocket seam. External observers connect to a dedicated health socket instead of the business session socket and receive machine-readable health snapshots without creating or mutating a session. - OneSay Core > Realtime [Open a reusable realtime lease gateway](https://docs.onesay.io/506711077e0.md): A single WebSocket carries sequential business sessions claimed under one short-lived lease. Every start frame revalidates lease ownership and session binding and prewarms a fresh ASR provider stream. client_insert_ack is required before the next session. - OneSay Core > Refine [Refine transcript text](https://docs.onesay.io/506711078e0.md): Runs the refine pipeline for a completed transcript and returns the polished output. - OneSay Core > Question Answer [Create an ask-anything response](https://docs.onesay.io/506711079e0.md): Runs the Ask Anything or Selection Ask contract and returns the answer payload. - OneSay Core > Text To Speech [Create a text-to-speech response](https://docs.onesay.io/506711080e0.md): Runs the text-to-speech contract and returns generated audio metadata. Phase 14 uses this boundary to meter TTS provider usage outside the CNY 500/month infra cap. - OneSay Core > Billing [Read usage ledger entries](https://docs.onesay.io/506711081e0.md): Returns usage ledger entries filtered by user ID, session ID, and optional limit. - OneSay Core > Billing [Read an entitlement snapshot](https://docs.onesay.io/506711082e0.md): Returns the current entitlement snapshot for the provided user ID. - OneSay Core > Billing [Check quota availability](https://docs.onesay.io/506711083e0.md): Validates whether a session is allowed to continue based on the current entitlement snapshot. - OneSay Core > Billing [Consume quota](https://docs.onesay.io/506711084e0.md): Records billing quota consumption and emits a billing ledger entry. - OneSay Core > Billing [Reconcile an entitlement snapshot](https://docs.onesay.io/506711085e0.md): Writes a canonical entitlement reconciliation into the billing contract so callback, worker, and admin follow-on surfaces share the same write-side seam. - OneSay Core > Reliability [Read service health snapshots](https://docs.onesay.io/506711086e0.md): Returns the current status snapshot for service-level incidents and health aggregation. - OneSay Core > Reliability [Read one status service snapshot](https://docs.onesay.io/506711087e0.md): Returns the canonical status snapshot for one service identifier. - OneSay Core > Reliability [Read one status probe snapshot](https://docs.onesay.io/506711088e0.md): Returns the compact canonical probe snapshot for one service identifier and health-check kind. - OneSay Core > Reliability [List observer monitor targets](https://docs.onesay.io/506711089e0.md): Returns the canonical monitor-target catalog that external observers can use to bootstrap OneSay service and public web monitoring. - OneSay Core > Privacy [Grant diagnostic consent](https://docs.onesay.io/506711090e0.md): Writes a privacy consent grant for diagnostic sample access and returns the new authorization state. - OneSay Core > Privacy [Revoke a consent](https://docs.onesay.io/506711091e0.md): Revokes an existing privacy consent by consent ID. - OneSay Core > Privacy [Record an audit trail](https://docs.onesay.io/506711092e0.md): Writes a privacy audit trail entry for a sensitive action. - OneSay Core > Privacy [List audit trails](https://docs.onesay.io/506711093e0.md): Returns recent audit trails filtered by actor ID and limit. - OneSay Core > Privacy [List consents](https://docs.onesay.io/506711094e0.md): Returns recent privacy consents filtered by subject ID and limit. - OneSay Core > Insights [Generate Insights metadata](https://docs.onesay.io/506711095e0.md): Classifies a completed OneSay operation into Insights metadata. The endpoint returns title, summary, kind, project, tags, tasks, and decisions, and must not store user log body content long term. - OneSay Core > Insights [Generate Insights AI memory outcomes](https://docs.onesay.io/506711096e0.md): Consolidates recent Insights evidence into AI insights, long-term memory candidates, memory events, memory edges, and project briefs. Every generated item must point back to evidence IDs. - OneSay Core > Realtime Lease [Create a realtime lease and first business session](https://docs.onesay.io/506711097e0.md): Authoritative authentication, entitlement, owner, expiry, and binding checks are performed by session-orchestrator. Rejected or drifted leases are never mapped to the old per-session transport. - OneSay Core > Realtime Lease [Read an active realtime lease](https://docs.onesay.io/506711098e0.md): Authoritative authentication, entitlement, owner, expiry, and binding checks are performed by session-orchestrator. Rejected or drifted leases are never mapped to the old per-session transport. - OneSay Core > Realtime Lease [Revoke a realtime lease](https://docs.onesay.io/506711099e0.md): Authoritative authentication, entitlement, owner, expiry, and binding checks are performed by session-orchestrator. Rejected or drifted leases are never mapped to the old per-session transport. - OneSay Core > Realtime Lease [Claim a fresh business session on an active lease](https://docs.onesay.io/506711100e0.md): Authoritative authentication, entitlement, owner, expiry, and binding checks are performed by session-orchestrator. Rejected or drifted leases are never mapped to the old per-session transport. - OneSay Core > Realtime Lease [Validate a session against an active realtime lease](https://docs.onesay.io/506711101e0.md): Authoritative authentication, entitlement, owner, expiry, and binding checks are performed by session-orchestrator. Rejected or drifted leases are never mapped to the old per-session transport. - OneSay Platform > Identity [Load an identity subject seam snapshot](https://docs.onesay.io/506711102e0.md): Returns the metadata-first identity subject record that defines how a OneSay subject aligns with TinyShip. - OneSay Platform > Identity [Load an account-link seam snapshot](https://docs.onesay.io/506711103e0.md): Returns the metadata-only mapping snapshot for OneSay account, TinyShip subject, and TinyShip commerce-account linkage. - OneSay Platform > Identity [Load an access-context seam snapshot](https://docs.onesay.io/506711104e0.md): Returns the frozen claims, roles, organizations, canAccess inputs, and entitlement-key snapshot for the TinyShip-backed access-context seam. - OneSay Platform > Identity [Load the admin authProvider contract snapshot](https://docs.onesay.io/506711105e0.md): Returns the minimum session, claims, and access-check surface that the future Next.js admin authProvider must consume. - OneSay Platform > Identity [Load workflow and machine-identity seam snapshots](https://docs.onesay.io/506711106e0.md): Returns the frozen webhook, workflow, and machine-principal seam snapshot that later identity, commerce, and admin automations must reuse. - OneSay Control Plane > Usage [List admin usage entries](https://docs.onesay.io/506711107e0.md): Returns the metadata-only usage resource used by the admin control-plane. This surface is filtered, sorted, and paginated for data-provider-style list views. - OneSay Control Plane > Usage [Read one admin usage entry](https://docs.onesay.io/506711108e0.md): Returns the metadata-only usage resource for a single session identifier. - OneSay Control Plane > Provider Usage [List provider usage ledger events](https://docs.onesay.io/506711109e0.md): Returns the Phase 14 provider usage ledger for Bailian, ASR, TTS, LLM, and diagnostic calls. The response excludes provider spend from the CNY 500/month infrastructure cap and only exposes redacted metadata. - OneSay Control Plane > Provider Control [Load provider control routing](https://docs.onesay.io/506711110e0.md): Returns the canonical Admin-managed provider routing snapshot for LLM operations. Secrets are never returned; runtime services resolve credentials from the returned environment variable names. - OneSay Control Plane > Provider Control [Replace the LLM provider route](https://docs.onesay.io/506711111e0.md): Destructively replaces the Admin-managed provider route for all LLM operations. API keys remain service environment variables and are not accepted in the request body. - OneSay Control Plane > Provider Control [Load runtime provider route](https://docs.onesay.io/506711112e0.md): Internal service-only route used by AI contracts to resolve the selected provider adapter, model, endpoint, and credential environment variable for one operation. The response never contains secret values. - OneSay Control Plane > Entitlements [List admin entitlements](https://docs.onesay.io/506711113e0.md): Returns the metadata-only entitlement resource used by the admin control-plane. - OneSay Control Plane > Entitlements [Read one admin entitlement record](https://docs.onesay.io/506711114e0.md): Returns the metadata-only entitlement resource for one user ID. - OneSay Control Plane > Entitlements [Reconcile one admin entitlement record](https://docs.onesay.io/506711115e0.md): Runs the canonical admin write-side entitlement reconciliation seam for a single user. - OneSay Control Plane > Privacy [List admin privacy consents](https://docs.onesay.io/506711116e0.md): Returns metadata-only privacy consent resources for admin control-plane investigation views. - OneSay Control Plane > Privacy [Read one admin privacy consent record](https://docs.onesay.io/506711117e0.md): Returns the metadata-only privacy consent resource for one consent identifier. - OneSay Control Plane > Privacy [List admin privacy audit trails](https://docs.onesay.io/506711118e0.md): Returns metadata-only privacy audit trail resources for admin control-plane investigation views. - OneSay Control Plane > Privacy [Read one admin privacy audit trail record](https://docs.onesay.io/506711119e0.md): Returns the metadata-only privacy audit trail resource for one audit identifier. - OneSay Control Plane > Service Status [List admin service-status resources](https://docs.onesay.io/506711120e0.md): Returns metadata-only service status records with incident counts for admin control-plane views. - OneSay Control Plane > Service Status [Read one admin service-status resource](https://docs.onesay.io/506711121e0.md): Returns one admin service-status detail resource including active incident and health-check drill-down for one service identifier. - OneSay Control Plane > Service Status [List retained incident-history records for one admin service-status resource](https://docs.onesay.io/506711122e0.md): Returns retained incident records for one service identifier. The current history surface reflects the latest lifecycle state retained by the shared runtime, including acknowledged, resolved, or reopened state transitions when they occur. Operator-triggered lifecycle mutations now land on dedicated POST seams, while provider diagnostics still remain deferred. - OneSay Control Plane > Service Status [Read one retained incident-history record for an admin service-status resource](https://docs.onesay.io/506711123e0.md): Returns one retained incident record for the selected service identifier. The current record reflects the latest lifecycle state retained by the shared runtime for that incident identifier after any canonical operator mutation that has landed. - OneSay Control Plane > Service Status [Acknowledge one retained incident for an admin service-status resource](https://docs.onesay.io/506711124e0.md): Runs the canonical operator-triggered acknowledgement seam for one retained incident identifier. This write surface only advances the retained incident lifecycle state and does not imply provider diagnostics coverage. - OneSay Control Plane > Service Status [Resolve one retained incident for an admin service-status resource](https://docs.onesay.io/506711125e0.md): Runs the canonical operator-triggered resolution seam for one retained incident identifier. This write surface only advances the retained incident lifecycle state and does not imply provider diagnostics coverage. - OneSay Control Plane > Service Status [Reopen one retained incident for an admin service-status resource](https://docs.onesay.io/506711126e0.md): Runs the canonical operator-triggered reopen seam for one retained incident identifier. This write surface only advances the retained incident lifecycle state and does not imply provider diagnostics coverage. - OneSay Control Plane > Telemetry [List admin telemetry events](https://docs.onesay.io/506711127e0.md): Returns retained metadata-only telemetry and error events for admin control-plane investigation views, including incident-linked evidence drill-down. - OneSay Control Plane > Telemetry [Read one admin telemetry event](https://docs.onesay.io/506711128e0.md): Returns one retained metadata-only telemetry or error event by event identifier. - usage.metering [Read current authenticated user's usage and TinyShip account state](https://docs.onesay.io/506711129e0.md): - usage.metering [Ingest a usage event](https://docs.onesay.io/506711130e0.md): Internal/backend-generated billable events only. Client-observed metrics may be accepted as hints for non-billable diagnostics, but canonical billable metrics must be calculated by backend services. - usage.entitlements [Check whether the current user can use a service or feature](https://docs.onesay.io/506711131e0.md): - usage.quota [Atomically reserve weekly input-character quota before a billable provider action](https://docs.onesay.io/506711132e0.md): - usage.quota [Commit actual input characters for a completed quota reservation](https://docs.onesay.io/506711133e0.md): - usage.quota [Release a failed or cancelled quota reservation](https://docs.onesay.io/506711134e0.md): - admin.usage [Read admin usage overview](https://docs.onesay.io/506711135e0.md): - admin.usage [Read raw usage event drilldown](https://docs.onesay.io/506711136e0.md): - admin.usage [Read weekly usage aggregates](https://docs.onesay.io/506711137e0.md): - admin.usage [Browse quota state for every TinyShip user, including users with zero usage](https://docs.onesay.io/506711138e0.md): - admin.usage [Read a user's usage detail](https://docs.onesay.io/506711139e0.md): - admin.billing [Read a user's TinyShip billing account state](https://docs.onesay.io/506711140e0.md): - voice.observability [Create or upsert a privacy-safe voice trace summary](https://docs.onesay.io/506711141e0.md): - voice.observability [Insert a bounded privacy-safe voice trace event batch](https://docs.onesay.io/506711142e0.md): - voice.observability [Record privacy-safe client insert acknowledgement](https://docs.onesay.io/506711143e0.md): - admin.voice [Read one user's voice diagnostics overview](https://docs.onesay.io/506711144e0.md): - admin.voice [List privacy-safe traces for one user](https://docs.onesay.io/506711145e0.md): - admin.voice [Read one user's device voice diagnostics](https://docs.onesay.io/506711146e0.md): - admin.voice [Read a privacy-safe voice trace waterfall](https://docs.onesay.io/506711147e0.md): - admin.voice [Read fleet-level voice diagnostics overview](https://docs.onesay.io/506711148e0.md): - admin.voice [Read fleet-level voice performance dashboard](https://docs.onesay.io/506711149e0.md): - admin.voice [Explore privacy-safe slow voice traces](https://docs.onesay.io/506711150e0.md): - admin.voice [Read voice performance data quality](https://docs.onesay.io/506711151e0.md): - admin.voice [Read one user's voice performance profile](https://docs.onesay.io/506711152e0.md): - [getPointsExchangeSummary](https://docs.onesay.io/506711055e0.md): - [exchangePointsForPro30D](https://docs.onesay.io/506711056e0.md): - [getPointsExchangeHistory](https://docs.onesay.io/506711057e0.md): - [getPointsExchangeCodes](https://docs.onesay.io/506711058e0.md): - [revealOwnedCodeAllocation](https://docs.onesay.io/506711059e0.md): - [getReferralRewardSummary](https://docs.onesay.io/506711060e0.md): - [getReferralRewardHistory](https://docs.onesay.io/506711061e0.md): - [getOneSayNotifications](https://docs.onesay.io/506711062e0.md): - [markOneSayNotificationRead](https://docs.onesay.io/506711063e0.md): - [markAllOneSayNotificationsRead](https://docs.onesay.io/506711064e0.md): - [getReferralQualificationSnapshots](https://docs.onesay.io/506711065e0.md): - [listAdminReferralRewards](https://docs.onesay.io/506711066e0.md): - [mutateAdminReferralReward](https://docs.onesay.io/506711067e0.md): - [listAdminPointsExchanges](https://docs.onesay.io/506711068e0.md): ## Schemas - [WritingMode](https://docs.onesay.io/308065475d0.md): - [VoiceWorkflow](https://docs.onesay.io/308065476d0.md): - [WritingTone](https://docs.onesay.io/308065477d0.md): - [DetectedTextLanguage](https://docs.onesay.io/308065478d0.md): - [RewriteCommandKind](https://docs.onesay.io/308065479d0.md): - [AskAnythingMode](https://docs.onesay.io/308065480d0.md): - [BillingPlan](https://docs.onesay.io/308065481d0.md): - [BillingQuotaSource](https://docs.onesay.io/308065482d0.md): - [BillingConsumeReason](https://docs.onesay.io/308065483d0.md): - [SessionBillingState](https://docs.onesay.io/308065484d0.md): - [SessionPrivacyFlag](https://docs.onesay.io/308065485d0.md): - [SessionStatus](https://docs.onesay.io/308065486d0.md): - [PrivacyConsentScope](https://docs.onesay.io/308065487d0.md): - [PrivacyConsentSource](https://docs.onesay.io/308065488d0.md): - [AuditAction](https://docs.onesay.io/308065489d0.md): - [AuditAuthorizationState](https://docs.onesay.io/308065490d0.md): - [AuditOutcome](https://docs.onesay.io/308065491d0.md): - [DataClassification](https://docs.onesay.io/308065492d0.md): - [IncidentSeverity](https://docs.onesay.io/308065493d0.md): - [IncidentState](https://docs.onesay.io/308065494d0.md): - [ServiceHealthStatus](https://docs.onesay.io/308065495d0.md): - [ServiceHealthCheckKind](https://docs.onesay.io/308065496d0.md): - [ServiceHealthCheckState](https://docs.onesay.io/308065497d0.md): - [IdentityProviderVendor](https://docs.onesay.io/308065498d0.md): - [CommerceIdentityProvider](https://docs.onesay.io/308065499d0.md): - [IdentityBindingState](https://docs.onesay.io/308065500d0.md): - [EntitlementReconciliationSource](https://docs.onesay.io/308065501d0.md): - [SessionCapabilitySnapshot](https://docs.onesay.io/308065502d0.md): - [SessionProviderRoute](https://docs.onesay.io/308065503d0.md): - [SessionBillingStatus](https://docs.onesay.io/308065504d0.md): - [SessionPrivacyFlags](https://docs.onesay.io/308065505d0.md): - [Session](https://docs.onesay.io/308065506d0.md): - [VoiceReadinessStatus](https://docs.onesay.io/308065507d0.md): - [VoiceReadinessAuthState](https://docs.onesay.io/308065508d0.md): - [VoiceReadinessEntitlementState](https://docs.onesay.io/308065509d0.md): - [VoiceReadinessResponse](https://docs.onesay.io/308065510d0.md): - [SessionCreationRequest](https://docs.onesay.io/308065511d0.md): - [ProcessedSpeechSessionCreationRequest](https://docs.onesay.io/308065512d0.md): - [InstructionSpeechSessionCreationRequest](https://docs.onesay.io/308065513d0.md): - [SessionCancelRequest](https://docs.onesay.io/308065514d0.md): - [SessionCreateResponse](https://docs.onesay.io/308065515d0.md): - [SessionGetResponse](https://docs.onesay.io/308065516d0.md): - [SessionInsertResponse](https://docs.onesay.io/308065517d0.md): - [SessionCancelResponse](https://docs.onesay.io/308065518d0.md): - [TranscriptPartial](https://docs.onesay.io/308065519d0.md): - [TranscriptFinal](https://docs.onesay.io/308065520d0.md): - [RefineRequest](https://docs.onesay.io/308065521d0.md): - [ProcessedSpeechRefineRequest](https://docs.onesay.io/308065522d0.md): - [InstructionRefineRequest](https://docs.onesay.io/308065523d0.md): - [RefineResponse](https://docs.onesay.io/308065524d0.md): - [RealtimeGatewayAudioFrame](https://docs.onesay.io/308065525d0.md): - [RealtimeGatewayConnectResponse](https://docs.onesay.io/308065526d0.md): - [RealtimeGatewayHealthSnapshot](https://docs.onesay.io/308065527d0.md): - [RealtimeGatewayHealthResponse](https://docs.onesay.io/308065528d0.md): - [RealtimeGatewayHealthSocketResponse](https://docs.onesay.io/308065529d0.md): - [RealtimePartialTranscriptEvent](https://docs.onesay.io/308065530d0.md): - [RealtimeFinalTranscriptEvent](https://docs.onesay.io/308065531d0.md): - [RealtimeRefineCompletedEvent](https://docs.onesay.io/308065532d0.md): - [RefineFailure](https://docs.onesay.io/308065533d0.md): - [RealtimeRefineFailedEvent](https://docs.onesay.io/308065534d0.md): - [RealtimeSessionEvent](https://docs.onesay.io/308065535d0.md): - [RealtimeGatewayEventResponse](https://docs.onesay.io/308065536d0.md): - [AskAnythingRequest](https://docs.onesay.io/308065537d0.md): - [AskAnythingExternalSearchSource](https://docs.onesay.io/308065538d0.md): - [AskAnythingResponse](https://docs.onesay.io/308065539d0.md): - [TextToSpeechRequest](https://docs.onesay.io/308065540d0.md): - [TextToSpeechResult](https://docs.onesay.io/308065541d0.md): - [TextToSpeechResponse](https://docs.onesay.io/308065542d0.md): - [RewriteCommand](https://docs.onesay.io/308065543d0.md): - [DictionaryWord](https://docs.onesay.io/308065544d0.md): - [DictionaryLearningCandidate](https://docs.onesay.io/308065545d0.md): - [DictionaryLearningCandidatesResponse](https://docs.onesay.io/308065546d0.md): - [UsageLedgerEntry](https://docs.onesay.io/308065547d0.md): - [AdminUsageEntryRecord](https://docs.onesay.io/308065548d0.md): - [BillingLedgerEntry](https://docs.onesay.io/308065549d0.md): - [EntitlementSnapshot](https://docs.onesay.io/308065550d0.md): - [AdminEntitlementRecord](https://docs.onesay.io/308065551d0.md): - [QuotaCheckRequest](https://docs.onesay.io/308065552d0.md): - [QuotaCheckResult](https://docs.onesay.io/308065553d0.md): - [QuotaConsumeRequest](https://docs.onesay.io/308065554d0.md): - [EntitlementReconciliationRequest](https://docs.onesay.io/308065555d0.md): - [EntitlementReconciliationRecord](https://docs.onesay.io/308065556d0.md): - [UsageResponse](https://docs.onesay.io/308065557d0.md): - [EntitlementsResponse](https://docs.onesay.io/308065558d0.md): - [EntitlementReconciliationResponse](https://docs.onesay.io/308065559d0.md): - [AdminUsageEntriesListResponse](https://docs.onesay.io/308065560d0.md): - [AdminUsageEntryResponse](https://docs.onesay.io/308065561d0.md): - [AdminProviderKey](https://docs.onesay.io/308065562d0.md): - [AdminProviderOperation](https://docs.onesay.io/308065563d0.md): - [AdminProviderCatalogItem](https://docs.onesay.io/308065564d0.md): - [AdminProviderRoute](https://docs.onesay.io/308065565d0.md): - [AdminProviderControlSnapshot](https://docs.onesay.io/308065566d0.md): - [AdminProviderLLMRouteUpdateRequest](https://docs.onesay.io/308065567d0.md): - [AdminProviderRuntimeRoute](https://docs.onesay.io/308065568d0.md): - [AdminProviderUsageFamily](https://docs.onesay.io/308065569d0.md): - [AdminProviderUsageStatus](https://docs.onesay.io/308065570d0.md): - [AdminProviderUsageBillReconciliationStatus](https://docs.onesay.io/308065571d0.md): - [AdminProviderUsageEventRecord](https://docs.onesay.io/308065572d0.md): - [AdminProviderUsageBreakdownRecord](https://docs.onesay.io/308065573d0.md): - [AdminProviderUsageSummary](https://docs.onesay.io/308065574d0.md): - [AdminProviderUsageListResponse](https://docs.onesay.io/308065575d0.md): - [AdminEntitlementsListResponse](https://docs.onesay.io/308065576d0.md): - [AdminEntitlementResponse](https://docs.onesay.io/308065577d0.md): - [AdminEntitlementReconciliationRequest](https://docs.onesay.io/308065578d0.md): - [AdminEntitlementReconciliationResponse](https://docs.onesay.io/308065579d0.md): - [AdminPrivacyConsentRecord](https://docs.onesay.io/308065580d0.md): - [AdminPrivacyConsentsListResponse](https://docs.onesay.io/308065581d0.md): - [AdminPrivacyConsentResponse](https://docs.onesay.io/308065582d0.md): - [QuotaCheckResponse](https://docs.onesay.io/308065583d0.md): - [QuotaConsumeResponse](https://docs.onesay.io/308065584d0.md): - [PrivacyConsent](https://docs.onesay.io/308065585d0.md): - [PrivacyDiagnosticConsentRequest](https://docs.onesay.io/308065586d0.md): - [PrivacyDiagnosticConsentResponse](https://docs.onesay.io/308065587d0.md): - [PrivacyConsentRevocationRequest](https://docs.onesay.io/308065588d0.md): - [PrivacyConsentRevocationResponse](https://docs.onesay.io/308065589d0.md): - [AuditTarget](https://docs.onesay.io/308065590d0.md): - [AuditTrail](https://docs.onesay.io/308065591d0.md): - [PrivacyAuditTrailRecordRequest](https://docs.onesay.io/308065592d0.md): - [PrivacyAuditTrailRecordResponse](https://docs.onesay.io/308065593d0.md): - [PrivacyConsentsResponse](https://docs.onesay.io/308065594d0.md): - [AuditTrailListResponse](https://docs.onesay.io/308065595d0.md): - [AdminPrivacyAuditTrailRecord](https://docs.onesay.io/308065596d0.md): - [AdminPrivacyAuditTrailsListResponse](https://docs.onesay.io/308065597d0.md): - [AdminPrivacyAuditTrailResponse](https://docs.onesay.io/308065598d0.md): - [IdentitySubjectRecord](https://docs.onesay.io/308065599d0.md): - [IdentityAccountLinkRecord](https://docs.onesay.io/308065600d0.md): - [IdentityAccessContextRecord](https://docs.onesay.io/308065601d0.md): - [AdminAuthProviderContractSnapshot](https://docs.onesay.io/308065602d0.md): - [WorkflowIdentityBindingRecord](https://docs.onesay.io/308065603d0.md): - [MachineIdentityPrincipalRecord](https://docs.onesay.io/308065604d0.md): - [WorkflowMachineIdentitySnapshot](https://docs.onesay.io/308065605d0.md): - [IdentitySubjectResponse](https://docs.onesay.io/308065606d0.md): - [IdentityAccountLinkResponse](https://docs.onesay.io/308065607d0.md): - [IdentityAccessContextResponse](https://docs.onesay.io/308065608d0.md): - [AdminAuthProviderContractSnapshotResponse](https://docs.onesay.io/308065609d0.md): - [WorkflowMachineIdentitySnapshotResponse](https://docs.onesay.io/308065610d0.md): - [IncidentRecord](https://docs.onesay.io/308065611d0.md): - [ServiceHealthCheckSnapshot](https://docs.onesay.io/308065612d0.md): - [ServiceStatusSnapshot](https://docs.onesay.io/308065613d0.md): - [AdminServiceStatusRecord](https://docs.onesay.io/308065614d0.md): - [AdminServiceStatusDetailRecord](https://docs.onesay.io/308065615d0.md): - [StatusResponse](https://docs.onesay.io/308065616d0.md): - [StatusServiceResponse](https://docs.onesay.io/308065617d0.md): - [ServiceProbeSnapshot](https://docs.onesay.io/308065618d0.md): - [StatusProbeResponse](https://docs.onesay.io/308065619d0.md): - [StatusMonitorTargetCategory](https://docs.onesay.io/308065620d0.md): - [StatusMonitorTargetTransport](https://docs.onesay.io/308065621d0.md): - [StatusMonitorTargetAuthMode](https://docs.onesay.io/308065622d0.md): - [StatusMonitorTargetSnapshot](https://docs.onesay.io/308065623d0.md): - [StatusMonitorTargetsResponse](https://docs.onesay.io/308065624d0.md): - [AdminServiceStatusListResponse](https://docs.onesay.io/308065625d0.md): - [AdminServiceStatusResponse](https://docs.onesay.io/308065626d0.md): - [AdminServiceStatusIncidentHistoryListResponse](https://docs.onesay.io/308065627d0.md): - [AdminServiceStatusIncidentHistoryResponse](https://docs.onesay.io/308065628d0.md): - [AdminServiceStatusIncidentMutationResponse](https://docs.onesay.io/308065629d0.md): - [AdminTelemetryEventLevel](https://docs.onesay.io/308065630d0.md): - [AdminTelemetryEventRecord](https://docs.onesay.io/308065631d0.md): - [AdminTelemetryEventsListResponse](https://docs.onesay.io/308065632d0.md): - [AdminTelemetryEventResponse](https://docs.onesay.io/308065633d0.md): - [TranslationTargetLanguage](https://docs.onesay.io/308065634d0.md): - [EnglishVoiceInputLanguageLocale](https://docs.onesay.io/308065635d0.md): - [ChineseVoiceInputLanguageLocale](https://docs.onesay.io/308065636d0.md): - [SpanishVoiceInputLanguageLocale](https://docs.onesay.io/308065637d0.md): - [FrenchVoiceInputLanguageLocale](https://docs.onesay.io/308065638d0.md): - [PortugueseVoiceInputLanguageLocale](https://docs.onesay.io/308065639d0.md): - [VoiceInputLanguageVariants](https://docs.onesay.io/308065640d0.md): - [RecognitionPreferences](https://docs.onesay.io/308065641d0.md): - [SpeechProcessingPreferences](https://docs.onesay.io/308065642d0.md): - [FormattingIntent](https://docs.onesay.io/308065643d0.md): - [PersonalStylePreference](https://docs.onesay.io/308065644d0.md): - [AppTonePreset](https://docs.onesay.io/308065645d0.md): - [PersonalStyleSettings](https://docs.onesay.io/308065646d0.md): - [AppContext](https://docs.onesay.io/308065647d0.md): - [AppToneExpression](https://docs.onesay.io/308065648d0.md): - [ExpressionContext](https://docs.onesay.io/308065649d0.md): - [AppliedExpression](https://docs.onesay.io/308065650d0.md): - [InsightSourceKind](https://docs.onesay.io/308065651d0.md): - [InsightEntryKind](https://docs.onesay.io/308065652d0.md): - [InsightEntryImportance](https://docs.onesay.io/308065653d0.md): - [InsightMetadataLocalContext](https://docs.onesay.io/308065654d0.md): - [InsightMetadataRequest](https://docs.onesay.io/308065655d0.md): - [InsightMetadataTask](https://docs.onesay.io/308065656d0.md): - [InsightMetadataDecision](https://docs.onesay.io/308065657d0.md): - [InsightMetadataResult](https://docs.onesay.io/308065658d0.md): - [InsightMetadataResponse](https://docs.onesay.io/308065659d0.md): - [InsightAiInsightsRequest](https://docs.onesay.io/308065660d0.md): - [InsightAiInsightsResult](https://docs.onesay.io/308065661d0.md): - [InsightAiInsightsResponse](https://docs.onesay.io/308065662d0.md): - [AiTaskKind](https://docs.onesay.io/308065663d0.md): - [StructuredOutputLevel](https://docs.onesay.io/308065664d0.md): - [StructuredOutputFallbackReason](https://docs.onesay.io/308065665d0.md): - [StructuredOutputMeta](https://docs.onesay.io/308065666d0.md): - [TokenUsage](https://docs.onesay.io/308065667d0.md): - [ProviderAttempt](https://docs.onesay.io/308065668d0.md): - [AiResponseMeta](https://docs.onesay.io/308065669d0.md): - [AiContentBlockHeading](https://docs.onesay.io/308065670d0.md): - [AiContentBlockParagraph](https://docs.onesay.io/308065671d0.md): - [AiContentBlockBulletList](https://docs.onesay.io/308065672d0.md): - [AiContentBlockNumberedList](https://docs.onesay.io/308065673d0.md): - [AiTodoListItem](https://docs.onesay.io/308065674d0.md): - [AiContentBlockTodoList](https://docs.onesay.io/308065675d0.md): - [AiContentBlockQuote](https://docs.onesay.io/308065676d0.md): - [AiContentBlockCode](https://docs.onesay.io/308065677d0.md): - [AiContentBlockTable](https://docs.onesay.io/308065678d0.md): - [AiContentBlock](https://docs.onesay.io/308065679d0.md): - [AiResponseRender](https://docs.onesay.io/308065680d0.md): - [FallbackTextPayload](https://docs.onesay.io/308065681d0.md): - [VoiceInputPayload](https://docs.onesay.io/308065682d0.md): - [TranslationPayload](https://docs.onesay.io/308065683d0.md): - [RewritePayload](https://docs.onesay.io/308065684d0.md): - [AskAnythingPayload](https://docs.onesay.io/308065685d0.md): - [InsightMetadataPayload](https://docs.onesay.io/308065686d0.md): - [InsightDigestPayload](https://docs.onesay.io/308065687d0.md): - [RefineAiPayload](https://docs.onesay.io/308065688d0.md): - [AskAnythingAiPayload](https://docs.onesay.io/308065689d0.md): - [InsightMetadataAiPayload](https://docs.onesay.io/308065690d0.md): - [InsightDigestAiPayload](https://docs.onesay.io/308065691d0.md): - [AiResponseEnvelope](https://docs.onesay.io/308065692d0.md): - [RefineAiResponseEnvelope](https://docs.onesay.io/308065693d0.md): - [AskAnythingAiResponseEnvelope](https://docs.onesay.io/308065694d0.md): - [InsightMetadataAiResponseEnvelope](https://docs.onesay.io/308065695d0.md): - [InsightDigestAiResponseEnvelope](https://docs.onesay.io/308065696d0.md): - [AiApiSuccess](https://docs.onesay.io/308065697d0.md): - [AiApiErrorBody](https://docs.onesay.io/308065698d0.md): - [AiApiError](https://docs.onesay.io/308065699d0.md): - [RealtimeLeaseBinding](https://docs.onesay.io/308065700d0.md): - [RealtimeLease](https://docs.onesay.io/308065701d0.md): - [RealtimeLeaseCreateRequest](https://docs.onesay.io/308065702d0.md): - [RealtimeLeaseSessionClaimRequest](https://docs.onesay.io/308065703d0.md): - [RealtimeLeaseResponse](https://docs.onesay.io/308065704d0.md): - [EmptyObject](https://docs.onesay.io/308065705d0.md): - [AffiliateMode](https://docs.onesay.io/308065706d0.md): - [ReferralRewardStatus](https://docs.onesay.io/308065707d0.md): - [PointsExchangeStatus](https://docs.onesay.io/308065708d0.md): - [CodeAllocationStatus](https://docs.onesay.io/308065709d0.md): - [PointsExchangeSummary](https://docs.onesay.io/308065710d0.md): - [PointsExchange](https://docs.onesay.io/308065711d0.md): - [CodeAllocation](https://docs.onesay.io/308065712d0.md): - [ReferralRewardSummary](https://docs.onesay.io/308065713d0.md): - [ReferralReward](https://docs.onesay.io/308065714d0.md): - [ReferralQualificationRequest](https://docs.onesay.io/308065715d0.md): - [ReferralQualificationSnapshot](https://docs.onesay.io/308065716d0.md): - [Notification](https://docs.onesay.io/308065717d0.md): - [BusinessError](https://docs.onesay.io/308065718d0.md): - [UsageService](https://docs.onesay.io/308065719d0.md): - [UsageFeature](https://docs.onesay.io/308065720d0.md): - [UsageEventStatus](https://docs.onesay.io/308065721d0.md): - [UsageMetrics](https://docs.onesay.io/308065722d0.md): - [UsageCost](https://docs.onesay.io/308065723d0.md): - [UsageUserIdentity](https://docs.onesay.io/308065724d0.md): - [UsageEvent](https://docs.onesay.io/308065725d0.md): - [UsageEventIngestionRequest](https://docs.onesay.io/308065726d0.md): - [UsageEventIngestionResponse](https://docs.onesay.io/308065727d0.md): - [UsageAggregate](https://docs.onesay.io/308065728d0.md): - [UsageWeeklyAggregate](https://docs.onesay.io/308065729d0.md): - [UsageSummary](https://docs.onesay.io/308065730d0.md): - [AccountProfile](https://docs.onesay.io/308065731d0.md): - [BillingAccount](https://docs.onesay.io/308065732d0.md): - [UserEntitlement](https://docs.onesay.io/308065733d0.md): - [QuotaState](https://docs.onesay.io/308065734d0.md): - [QuotaSnapshot](https://docs.onesay.io/308065735d0.md): - [EntitlementCheckRequest](https://docs.onesay.io/308065736d0.md): - [EntitlementCheckResponse](https://docs.onesay.io/308065737d0.md): - [QuotaReservationRequest](https://docs.onesay.io/308065738d0.md): - [QuotaCommitRequest](https://docs.onesay.io/308065739d0.md): - [QuotaReservation](https://docs.onesay.io/308065740d0.md): - [QuotaReservationResponse](https://docs.onesay.io/308065741d0.md): - [CurrentUserUsageResponse](https://docs.onesay.io/308065742d0.md): - [AdminUsageSummaryResponse](https://docs.onesay.io/308065743d0.md): - [AdminUsageEventsResponse](https://docs.onesay.io/308065744d0.md): - [AdminUsageWeeklyResponse](https://docs.onesay.io/308065745d0.md): - [AdminUsageQuotaRow](https://docs.onesay.io/308065746d0.md): - [AdminUsageQuotasResponse](https://docs.onesay.io/308065747d0.md): - [AdminUserUsageResponse](https://docs.onesay.io/308065748d0.md): - [BillingAccountResponse](https://docs.onesay.io/308065749d0.md): - [VoiceTraceOutcome](https://docs.onesay.io/308065750d0.md): - [VoiceTraceFailureStage](https://docs.onesay.io/308065751d0.md): - [VoiceTraceBottleneckClassification](https://docs.onesay.io/308065752d0.md): - [VoiceTraceNetworkQuality](https://docs.onesay.io/308065753d0.md): - [VoiceTraceNetworkDiagnosis](https://docs.onesay.io/308065754d0.md): - [VoiceTraceEndpointMode](https://docs.onesay.io/308065755d0.md): - [VoiceTraceEndpointReason](https://docs.onesay.io/308065756d0.md): - [VoiceTraceRefineDecisionReason](https://docs.onesay.io/308065757d0.md): - [VoiceTraceRefineModelTier](https://docs.onesay.io/308065758d0.md): - [VoiceTraceProxyRouteConfidence](https://docs.onesay.io/308065759d0.md): - [VoiceTraceProxyDetectionStatus](https://docs.onesay.io/308065760d0.md): - [VoiceTraceProxyDetectionConfidence](https://docs.onesay.io/308065761d0.md): - [VoiceTraceProxyEffectiveRoute](https://docs.onesay.io/308065762d0.md): - [VoiceTraceSystemProxyType](https://docs.onesay.io/308065763d0.md): - [VoiceTraceProxyDetectionReason](https://docs.onesay.io/308065764d0.md): - [VoiceRuntimeWarmState](https://docs.onesay.io/308065765d0.md): - [VoiceTraceFrameType](https://docs.onesay.io/308065766d0.md): - [VoiceTraceForbiddenField](https://docs.onesay.io/308065767d0.md): - [VoiceTracePayloadPolicy](https://docs.onesay.io/308065768d0.md): - [VoiceTraceSafePayload](https://docs.onesay.io/308065769d0.md): - [VoiceTraceSummary](https://docs.onesay.io/308065770d0.md): - [VoiceTraceSummaryUpsertRequest](https://docs.onesay.io/308065771d0.md): - [VoiceTraceTimingMetrics](https://docs.onesay.io/308065772d0.md): - [VoiceTraceCounts](https://docs.onesay.io/308065773d0.md): - [VoiceTraceProviderSnapshot](https://docs.onesay.io/308065774d0.md): - [VoiceTraceInsertSnapshot](https://docs.onesay.io/308065775d0.md): - [VoiceTraceNetworkSnapshot](https://docs.onesay.io/308065776d0.md): - [VoiceTraceSummaryUpsertResponse](https://docs.onesay.io/308065777d0.md): - [VoiceTraceEvent](https://docs.onesay.io/308065778d0.md): - [VoiceTraceEventBatchRequest](https://docs.onesay.io/308065779d0.md): - [VoiceTraceEventBatchResponse](https://docs.onesay.io/308065780d0.md): - [VoiceTraceClientInsertAckRequest](https://docs.onesay.io/308065781d0.md): - [VoiceTraceClientInsertAckResponse](https://docs.onesay.io/308065782d0.md): - [VoiceTraceEventName](https://docs.onesay.io/308065783d0.md): - [VoiceRealtimeFrame](https://docs.onesay.io/308065784d0.md): - [VoiceRealtimeStartFrame](https://docs.onesay.io/308065785d0.md): - [VoiceRealtimeStartAckFrame](https://docs.onesay.io/308065786d0.md): - [VoiceRealtimeAudioFrame](https://docs.onesay.io/308065787d0.md): - [VoiceRealtimeAudioAckFrame](https://docs.onesay.io/308065788d0.md): - [VoiceRealtimeResultAckFrame](https://docs.onesay.io/308065789d0.md): - [VoiceRealtimeClientInsertAckFrame](https://docs.onesay.io/308065790d0.md): - [VoiceRealtimeErrorFrame](https://docs.onesay.io/308065791d0.md): - [VoiceRealtimePingPongFrame](https://docs.onesay.io/308065792d0.md): - [VoiceTracePercentiles](https://docs.onesay.io/308065793d0.md): - [AdminUserVoiceOverviewResponse](https://docs.onesay.io/308065794d0.md): - [AdminVoiceOverviewResponse](https://docs.onesay.io/308065795d0.md): - [VoiceTraceUserIdentity](https://docs.onesay.io/308065796d0.md): - [VoiceLatencyBudget](https://docs.onesay.io/308065797d0.md): - [VoicePerformanceDataQualityMetric](https://docs.onesay.io/308065798d0.md): - [VoicePerformanceDataQualitySummary](https://docs.onesay.io/308065799d0.md): - [VoicePerformanceCostUsageBoundary](https://docs.onesay.io/308065800d0.md): - [VoicePerformanceOptimizationItem](https://docs.onesay.io/308065801d0.md): - [VoiceRefineOptimizationBucket](https://docs.onesay.io/308065802d0.md): - [VoiceRefineOptimizationStats](https://docs.onesay.io/308065803d0.md): - [VoiceColdStartBucket](https://docs.onesay.io/308065804d0.md): - [VoiceColdStartPanel](https://docs.onesay.io/308065805d0.md): - [VoiceEndpointBreakdown](https://docs.onesay.io/308065806d0.md): - [VoiceRealtimeLeaseOptimizationStats](https://docs.onesay.io/308065807d0.md): - [AdminVoicePerformanceOverviewResponse](https://docs.onesay.io/308065808d0.md): - [AdminVoiceSlowTracesResponse](https://docs.onesay.io/308065809d0.md): - [AdminVoicePerformanceDataQualityResponse](https://docs.onesay.io/308065810d0.md): - [AdminVoiceUserPerformanceResponse](https://docs.onesay.io/308065811d0.md): - [AdminUserVoiceTracesResponse](https://docs.onesay.io/308065812d0.md): - [AdminUserVoiceDeviceResponse](https://docs.onesay.io/308065813d0.md): - [AdminVoiceTraceDetailResponse](https://docs.onesay.io/308065814d0.md): - [VoiceTraceWaterfallSegment](https://docs.onesay.io/308065815d0.md): - [VoiceTraceBreakdownItem](https://docs.onesay.io/308065816d0.md): - [VoiceTraceRefineProfile](https://docs.onesay.io/308065817d0.md): - [VoiceTraceRefineMode](https://docs.onesay.io/308065818d0.md): - [VoiceTraceRefineFallbackMode](https://docs.onesay.io/308065819d0.md): - [VoiceTraceSchemaVersion](https://docs.onesay.io/308065820d0.md): - [VoiceTraceFeatureVersion](https://docs.onesay.io/308065821d0.md): - [VoiceTraceClockDomain](https://docs.onesay.io/308065822d0.md):