Saved Layout Profiles
Reuse reviewed freight-document field mappings with Manifest AI API v1 layout profiles.
Layout profiles store reusable general-information and line-item field mappings. List accessible profiles with GET /api/v1/profiles and pass profile_id when submitting a compatible document.
List profiles
Profiles are returned only when they are available to the authenticated workspace.
cURL
curl "https://manifestai.io/api/v1/profiles" \
-H "Authorization: Bearer $MANIFEST_AI_API_KEY"Choose safely
A profile should represent a reviewed document layout, not an unbounded supplier identity.
- Use the profile intended for that document type and layout.
- Keep commercial invoices, packing lists, and credit notes distinct.
- Revalidate mappings after a supplier redesigns its documents.
- Omit profile_id when using approved automatic field detection.