Skip to content

CHILI GraFx Environment API Update

rn_icon

New & Improved

More control over subject types via API

Subject types are the user-defined categories (such as "person" or "product") that tell the Vision AI what to look for in an image — powering smart crop and other GraFx Genie features.

You can now retrieve subject types for media and external media — either all at once:

GET /vision?expand=allSubjectTypes

or one at a time for a specific asset:

GET /media/{mediaId}/vision/subject-types/{subjectTypeId}
GET /external-media/{externalMediaId}/vision/subject-types/{subjectTypeId}

To update subject types — individually or in bulk — use the extended endpoints:

PATCH /media/{mediaId}
PUT /external-media/{externalMediaId}/vision

Font lists show text when a preview is unavailable

Font lists in your integrations now display fallback text when a font preview can't be shown, instead of leaving an empty spot. Note: some fonts may still not preview correctly — a full fix is planned for a future release.

More info

Read more on the CHILI GraFx API documentation