Get named entities

This endpoint retrieves extracted named entities 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 named entities. **Use case**: Use this endpoint to retrieve named entities 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

mediaIdstringRequiredformat: "uuid"
The unique identifier assigned to the media when it is created. The value must be a valid UUID.

Response

Successfully retrieved media named entities.
successbooleanOptional
Shows the request status. Returns true for success and false for failure.
dataobjectOptional