v1

latestOpenAPI 3.1.02026-08-04552282508.9 KB
Excel Processing

Detect Mappings

Intelligently detect the best cell mappings for fields in an Excel template.

Uses OpenAI to analyze the Excel structure and suggest optimal cell placements for each field based on existing labels and template structure.

Args: request: Contains base64-encoded workbook and list of fields to map

Returns: DetectMappingsResponse with suggested field-to-cell mappings

post/api/excel/detect-mappings

Request body

workbookstring required
fieldsstring[] required
field_dataobject

Response

Successful Response