curl --request POST \
--url https://app.aseed.ai/custdev/insight/upload/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"record_name": "<string>",
"file_path": "<string>",
"project_id": "<string>"
}
'{}curl --request POST \
--url https://app.aseed.ai/custdev/insight/upload/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"record_name": "<string>",
"file_path": "<string>",
"project_id": "<string>"
}
'{}Was this page helpful?