API Docs
Search
K
Comment on page

Upload OneWay Synonym

Upload the oneway synonym csv file.

End Point

post
https://api.cartup.ai/v1/search/onewaysynonym/file/upload

Curl example

curl --location --request POST 'https://api.cartup.ai/v1/search/onewaysynonym/file/upload?orgId=6787' \
--header 'content-type: multipart/*' \
--header 'enctype: multipart/form-data' \
--form 'file=@"$Path/onewaysynonym.csv"'
--header 'X-Cartup-Access-Token: $CARTUP_API_KEY'
--header 'X-Cartup-orgId : $CARTUP_ORD_ID'