v1

latestOpenAPI 3.1.0proprietary2026-07-24156175241.3 KB
Sheets

Map sheet columns

Map the sheet columns to template columns and trigger validation for the mapped columns.

post/v1/sheets/{sheet_id}/mapping

Path parameters

sheet_idinteger required

The id of the sheet.

Query parameters

embed_idinteger

The id of the embed which contains the sheet.

Request body

autofixboolean

Whether to autofix errors after the mapping step. This is akin to clicking the "Fix all formatting errors" button.

strategiesstring[]

Which mapping strategies to use in which order. Values are exact, hint (Alternative column names for mapping), fuzzy, historical_user, and historical_org. If historical_user and historical_org should be used it's preferred to provide historical instead.

Response

Successful response. The primary way to verify the request's success or failure is the response status code. In a future API version this endpoint may not return any response body at all.

successboolean

Example response

{
  "success": true
}