Share

Public sharing operations without authentication

Get a shared podcast

get

Publicly retrieve a podcast by requestId and date string without requiring authentication

Path parameters
requestIdstringRequired

The ID of the podcast to retrieve

tstringRequired

Date in YYYYMMDD format to validate the request

Responses
200

Successful response

application/json
get
GET /share/podcast/{requestId}/{t} HTTP/1.1
Host: api.autocontentapi.com
Accept: */*
{
  "id": "text",
  "status": 1,
  "requestedOn": "2025-08-11T23:59:49.253Z",
  "succeededOn": "2025-08-11T23:59:49.253Z",
  "requestTypeId": 1,
  "audioTitle": "text",
  "audioUrl": "text",
  "responseText": "text",
  "script": "text",
  "voice1": 1,
  "voice2": 1,
  "language": "text"
}