curl --request POST \
--url https://app.baseplate.ai/api/datasets/{id}/upload \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"file": "<string>",
"chunk_size": 123,
"chunk_overlap": 123,
"document-id": "<string>",
"metadata": "<string>"
}
'