Share
Public sharing operations without authentication
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
400
Bad Request - Invalid parameters
404
Podcast not found
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"
}