Recuperar midia por Id

Para recuperar um arquivo carregado, faça uma requisição GET para o endpoint api/Medias/{MEDIA_ID}.

Exemplo:

curl --request GET \
  --url https://api-cerberus-kong.socialminer.tech/api/Medias/{MEDIA_ID}
  --header 'Content-Type: application/octet-stream' \
  --header 'apikey: {APIKEY}' \
  --header 'version: 5.0'

Em caso de sucesso, o retorno de dará através do stream do arquivo com o http status 200.

Language
Click Try It! to start a request and see the response here!