Authorizations
Path Parameters
Response
200 - application/json
curl --request POST \
--url https://api.lunary.ai/v1/datasets-v2/{datasetId}/import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"format": "csv",
"content": "<string>"
}'{
"insertedCount": 123
}curl --request POST \
--url https://api.lunary.ai/v1/datasets-v2/{datasetId}/import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"format": "csv",
"content": "<string>"
}'{
"insertedCount": 123
}