After uploading a CSV file, use this endpoint to get a preview of its content, detected columns, and total line count. This helps verify the file format and structure before starting an import.
Enter your API key in the format: Bearer
The unique filename returned from the signed URL endpoint.
Number of preview lines to return.
1 <= x <= 100The column delimiter used in the CSV file.
comma, tab, semicolon, pipe Number of lines to skip at the beginning of the file (e.g., for headers).
x >= 0A preview of the CSV file content and structure.