Skip to main content
POST
/
listings
/
upload
Upload a BOM or listings file
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": {}
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

type
string
required

Listing type (supply or demand)

Body

multipart/form-data
file
file
required

CSV or Excel file (d10 MB by default)

Response

parsed file preview and batch metadata

data
object
errors
string[]
meta
object