Generate named entities
Authentication
Path parameters
Request
Enable or disable named entity extraction. Set to true to enable or false to disable.
Enable or disable named entity extraction. Set to true to enable or false to disable.
This endpoint allows you to extract named entities from an existing media. Named Entity Recognition (NER) is a fundamental natural language processing (NLP) technique that identifies and classifies key information (entities) in text into predefined categories. For instance:
<mediaId> with the ID of the media you want to extract named-entities.namedEntities parameter in the request body to enable.You can use the video.mediaAI.named-entities.ready webhook event to track and notify about the named entities extraction.
Use case: If a user uploads a video and later decides to enable named entity extraction without re-uploading the entire video.
Related guide: Named entities
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.
Activate your FastPix account to generate your API credentials. See the guide here