get https://api.seismic.com/v1/teamsites//contentversions//generations//outputs/
You can download a particular generated output such as a PPTX, PDF, or GSLIDES from this endpoint. This endpoint also supports the special keywords of '"pptx"', '"pdf"', or '"gslides"' as special aliases of the generated outputId, so that you do not need to first get the generated outputId in order to use this endpoint.## Response example
{
"outputs": [
{
"outputId": "PPTX",
"format": "PPTX",
"fileName": "fileName.PPTX",
"downloadUrl": "https://download-qa01.seismic-dev.com/api/download/v1/qa01eastasia01/qa01eastasia01/b8b25f8c-1c88-474a-b4b6-0e460f65d18f?sig=zyb4AVRiEkLzYZbxnUq%2bEr08u%2fDqSD2LqM5QJFQOKTc%3d",
"size": 264557
}
]
}
{
"outputs": [
{
"outputId": "PDF",
"format": "PDF",
"fileName": "fileName.PDF",
"downloadUrl": "https://download-qa01.seismic-dev.com/api/download/v1/qa01eastasia01/qa01eastasia01/b8b25f8c-1c88-474a-b4b6-0e460f65d18f?sig=zyb4AVRiEkLzYZbxnUq%2bEr08u%2fDqSD2LqM5QJFQOKTc%3d",
"size": 264557
}
]
}
{
"outputs": [
{
"outputId": "GSLIDES",
"format": "GSLIDES",
"fileName": "fileName.GSLIDES",
"GoogleFileId": "1_prMW-6njtOco7Fyk737je5VJLINa2dDpWDfam1CVdk",
"GoogleFileRevision": "3",
"GoogleFileUrl": "https://docs.google.com/presentation/d/1_prMW-6njtOco7Fyk737je5VJLINa2dDpWDfam1CVdk",
"size": 0
}
]
}