/
CA
carbonarc
/
Carbon Arc API Documentation
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 9h ago · Updated 1d ago
Details
Filter operations
Block
2
Bucket Access
3
Catalog
16
Clients
4
Data Library
9
Explore Use Cases
1
Framework
20
Ontology
19
Ontology Internal
2
Polaris
8
Public
3
Research
1
Tracking
1
Transcripts
7
get
List available transcripts
get
The whole listable transcript catalog in one request
get
List all entity facets for published transcripts
get
List all region facets for published transcripts
get
Get a transcript
post
Purchase a transcript
get
Download a purchased transcript
Transcripts
Get a transcript
get
/v2/transcripts/{transcript_id}
Path parameters
transcript_id
string
uuid
required
Response
Successful Response
TranscriptDetailItem
required
id
string
uuid
required
title
string
required
interview_date
string
date
required
duration_minutes
integer
required
transcript_type
string
required
language
string
required
region
string
nullable
description
string
nullable
published_at
string
date-time
nullable
entities
TranscriptEntity[]
is_purchased
boolean
required
price
number
required
expert_id
string
nullable
Changes