/
CA
carbonarc
/
Carbon Arc API Documentation
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 9h ago · Updated 2d ago
View markdown
carbonarc
Carbon Arc API Documentation
get
Get a transcript by ID (admin)
v4
latest
OpenAPI 3.1.0
2026-08-07
129
170
217.3 KB
Block
2
Bucket Access
2
Cache Internal
1
Catalog
16
Catalog Internal
1
Clients
4
Data Library
9
Exchange Internal
2
Explore Use Cases
1
Framework
19
Ontology
16
Polaris
7
Portal Internal
1
Precompute Internal
7
Prisms Internal
10
Public
3
Research
1
Tracking
1
Transcripts
6
Transcripts Internal
20
get
List all transcripts (admin)
post
Upload a transcript (internal)
get
List active catalog sources
get
Get a transcript by ID (admin)
get
List purchase history for a transcript (admin)
get
List download history for a transcript (admin)
get
Get a transcript's raw text content (admin)
get
Get a presigned download URL for a transcript file (admin)
patch
Update transcript status (admin)
get
Get the global default transcript price (admin)
patch
Update the global default transcript price (admin)
get
Get change history for the global default price (admin)
get
List every client-wide transcript price override (admin)
get
List a client's transcript price overrides (admin)
put
Set a client-wide transcript price override (admin)
delete
Clear a client-wide transcript price override (admin)
get
Get change history for a client-wide price override (admin)
put
Set a specific-transcript price override for a client (admin)
delete
Clear a specific-transcript price override for a client (admin)
get
Get change history for a specific-transcript price override (admin)
Transcripts Internal
Get a transcript by ID (admin)
get
/v2/transcripts/internal/{transcript_id}
Path parameters
transcript_id
string
required
Response
Successful Response
TranscriptResponse
required
Built from a Transcript ORM instance via model_validate.
id
string
uuid
required
external_id
string
required
catalog_source_id
string
uuid
required
title
string
required
status
string
required
language
string
required
transcript_type
string
required
interview_date
string
date
required
duration_minutes
integer
required
expert_anonymized
boolean
required
raw_text_s3_uri
string
required
pdf_s3_uri
string
nullable
meta_data
object
required
entities
TranscriptEntity[]
region
string
nullable
description
string
nullable
published_at
string
date-time
nullable
status_reason
string
nullable
created_at
string
date-time
required
updated_at
string
date-time
required