Skip to Content
Enterprise API v1API: Query Multiple Episode Processing Results

API: Query Multiple Episode Processing Results

Find and retrieve multiple episode processing results.

Endpoint

POSThttps://podwise.ai/api/ent/v1/episodes/query

Request Body

type RequestBody = { query: { // Support up to 50 uuids uuids: string[], }, // If not specified, all result fields will be returned results?: { summary?: boolean, transcripts?: boolean, article?: boolean, titles?: boolean, intros?: boolean, }, }

Response

type Response = Record<string, ProcessingResultResponse>

For the definition of ProcessingResultResponse, see Get Episode Processing Result.

If requestBody.results.summary is true, the response will include all the following fields:

  • summary
  • chapters
  • qas
  • mindmap
  • takeaways
  • keywords
  • highlights

Last updated on