Accepts a CSV/XLS(X) file, normalizes headers, paginates rows, and returns a batch ID for later processing.
cURL
curl --request POST \ --url https://api.seminode.com/v1/listings/upload \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: multipart/form-data' \ --form file=@example-file
{ "data": {}, "errors": [ "<string>" ], "meta": {} }
Was this page helpful?