Specifies which page to return when iterating through results.
Use this endpoint to view the deepfake detection results for all uploaded files.
This endpoint is specific to a given user’s uploads. Although organization administrators can view organization-wide uploads, this endpoint will not return organization-wide uploads.
By default, if no page is defined, the API will return 100 responses. In order to paginate through responses, you will want to specify a page number in the URL: /api/v2/media/users/pages/{page-number}.
The response contains a list of responses for each file uploaded. For more detail on how to parse the individual response, please visit our Media Detail API documentation.
We highly recommend that you leverage the ensemble results that are returned rather than building off the individual model results.