Retrieves the current preview thumbnail for a stream. Returns the image with no-store cache headers to ensure freshness.
curl --request GET \
--url https://api.fluxer.app/v1/streams/{stream_key}/preview \
--header 'Authorization: <api-key>'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}curl --request GET \
--url https://api.fluxer.app/v1/streams/{stream_key}/preview \
--header 'Authorization: <api-key>'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}