Skip to main content
POST
/
batch-import
/
mappings
Crear mapeo
curl --request POST \
  --url http://api.gu1.ai/batch-import/mappings \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

POST https://api.gu1.ai/batch-import/mappings

Descripción

Respuesta { mapping: { ... } } con estado 201 si OK.

Autenticación

Authorization: Bearer TU_API_KEY
Content-Type: application/json

Cuerpo

CampoObligatorioDescripción
nameNombre
targettransaction | entity_person | entity_company | entity_mixed | user_event
columnMappingObjeto: columna CSV → path Güeno o spec v2
defaultFieldsNop. ej. countryCode por defecto
headersSnapshotNoLista de cabeceras de referencia
Ver también: Importaciones masivas.