csv file field (must end in .csv) and a language form field - both are handled by the same endpoint.curl --location '/v1/pcm/classify' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"csv": "V2UtdmliZSBpY29uaWMgdG95ClBvcm5odWIgbWVtYmVyc2hpcApEZXZpbCBzbW9rZQpaYXJhIHBhbnRzClQtU2hpcnQgSCZNCk1pbGsgM2wKQ29jYS1Db2xhCg==",
"language": "en"
}'{
"message": "Accepted",
"data": {
"path": "csvs/Ra8QH49Jv0XDDZniVaeFNBg95U6x5e.csv"
}
}