curl --request POST \
--url https://app.aseed.ai/custdev/insight/upload_text/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"content": "<string>",
"record_name": "<string>",
"file_extension": "<string>",
"transcript_format": "<string>",
"project_id": "<string>"
}
'{}curl --request POST \
--url https://app.aseed.ai/custdev/insight/upload_text/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"content": "<string>",
"record_name": "<string>",
"file_extension": "<string>",
"transcript_format": "<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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Was this page helpful?