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>"
}
'{}Documentation Index
Fetch the complete documentation index at: https://docs.aseed.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?