Skip to main content
GET
Post Transcript
💳 1 credit per request
Get the transcript from a LinkedIn post video, when LinkedIn exposes one. Pass the post url and, if a transcript is available, it’s returned in the response.

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

url
string
required

The URL of the LinkedIn post to get the transcript from

Example:

"https://www.linkedin.com/posts/gemini-35-flash-is-a-step-forward-for-google-ugcPost-7465082215316525056-MHBd/"

Response

Successful response

Key Response Fields:

  • data.transcript: The transcript text extracted from the post's video
  • data.transcriptNotAvailable: Whether a transcript was unavailable (false when a transcript is returned)
  • data.url: The LinkedIn post URL the transcript was extracted from