A person is a reusable photo reference. Upload once, reference by ID or name in any render.Documentation Index
Fetch the complete documentation index at: https://acme-3f0e8fe2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Why use People
Without People, you’d embed a photo URL in every modification:- Update the photo once, all future renders pick it up
- Tag people with metadata (department, role, region) for filtered batch renders
- Signed URLs are regenerated on demand — no broken links from expired CDNs
Lifecycle
- Upload photo via
POST /v1/peoplewithphoto_asset_idfrom a prior/v1/assetsupload - Reference in renders by
person_idor externalname - Update photo with
PATCH /v1/people/<id> - Soft-delete with
DELETE /v1/people/<id>