Autotag JSON
POST {{ask-filerobot-server}}/images/autotag
Request Body
The response of this request follows the JSON schema format.
- file (object)
- uuid (string): The UUID of the file.
meta (object)
- languages (array of strings): The languages for tagging. They should match the languages configured for your Filerobot project. You can inspect the Language configuration in https://hub.filerobot.com/settings/project-settings/metadata/configuration , section
Metadata Variants
- limit (number): Number of tags that will be generated.
- confidence (number): The confidence level for auto-tagging. It specifies how confident the external algorithm should be that the auto-generated tag is relevant to the image. Values below 50% are considered low while values >80% are considered high. Only tags having confidence equal to or above the configured value will be returned.
- languages (array of strings): The languages for tagging. They should match the languages configured for your Filerobot project. You can inspect the Language configuration in https://hub.filerobot.com/settings/project-settings/metadata/configuration , section
Response
The response of this request follows the JSON schema format.
Request Body
{"file"=>{"uuid"=>"df5f1fda-3a38-5f04-87d9-e4062e350000"}, "meta"=>{"languages"=>["fr", "en"], "limit"=>10, "confidence"=>80}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Filerobot-Token | string | Filerobot project identifier, aka token | |
Filerobot-Key | string | Filerobot API key |