v2

latestOpenAPI 3.1.02026-08-075421692.0 MB
Posts

Bulk upload from CSV

Create multiple posts by uploading a CSV file. Use dryRun=true to validate without creating posts.

post/v1/posts/bulk-upload

Query parameters

dryRunboolean

Response

Bulk upload results. Returned when every row succeeded (or every row failed). A mix of successes and failures returns 207 instead, with the same body shape.

totalinteger

Number of data rows processed from the CSV

validinteger

Count of rows that succeeded (results[].ok === true)

invalidinteger

Count of rows that failed (total - valid)

warningsstring[]

Top-level advisory warnings (e.g. rows_exceed_advisory_limit:500). Empty when none.