Get video moderation results
This endpoint retrieves moderation analysis for an existing media.
#### How it works
1. Send a `GET` request to this endpoint, replacing `<mediaId>` with the ID of the media.
2. The response includes the job status and the generated moderation results.
**Use case**: Use this endpoint to retrieve moderation analysis for a video or other processed media.
Authentication
AuthorizationBasic
FastPix APIs are secured with Basic Authentication.
Use your Access Token ID as the username and Secret Key as the password in the Authorization header of each API request.
- <b>Username:</b> Access Token ID
- <b>Password:</b> Secret Key
Activate your FastPix account to generate your API credentials. <a href="https://fastpix.com/docs/getting-started/activate-your-account" target="_blank">See the guide here</a>
Path parameters
mediaId
The unique identifier assigned to the media when it is created. The value must be a valid UUID.
Response
Successfully retrieved media moderation.
success
Shows the request status. Returns true for success and false for failure.
data