latestOpenAPI 3.1.02026-08-218667571.2 MB

a8ca30023371

Admin APIs
transcripts

Bulk Set Transcript Client Price

Set the same specific-transcript override across multiple clients at once.

Registered before /{transcript_id}/clients/{client_id} below — FastAPI matches path templates in registration order, and "bulk" would otherwise be swallowed by that route's {client_id}: UUID parameter (and 422 on UUID parsing) if it came first.

put/api/v1/admin/transcripts/pricing/{transcript_id}/clients/bulk

Path parameters

transcript_idstring uuid required

Request body

client_idsstring[] required
pricenumber required
rationalestring required

Response

Successful Response

totalinteger required
succeededinteger required
failedinteger required