Skip to main content
POST
/
batch-import
/
validate-csv
Validate CSV
curl --request POST \
  --url http://api.gu1.ai/batch-import/validate-csv \
  --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/validate-csv

Overview

Content-Type: multipart/form-data. Response: JSON with ok: true or ok: false plus error details (missingCsvColumns, etc.). Uses HTTP 200 even when validation fails β€” check ok.

Authentication

Authorization: Bearer YOUR_API_KEY

Form fields

FieldRequiredDescription
fileYesCSV file
mappingIdYesSaved mapping UUID
See also: Bulk imports overview.