Skip to main content
POST
/
rpc
/
validate-file
Validate import file
curl --request POST \
  --url https://mycluster.domino.tech/rpc/validate-file \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "valid": true
}

Body

multipart/form-data
file
file
required

CSV file to validate

Response

OK

valid
boolean