curl --location 'https://api.maiagent.ai/api/chatbots/484a07fe-b401-4a32-9077-ddaae0c5e862/files/' \
--header 'Authorization: Api-Key ' \
--header 'Content-Type: application/json' \
--data '{
"files": [
{
"file": "media/chatbots/chatbot-file/d83c88aa-3874-49a6-b01e-1948ae48b747.xlsx",
"filename": "Products_example.xlsx"
}
]
}'
[
{
"id": "19ed09f0-a791-42a5-841f-c44faad2ef8b",
"filename": "Products_example.xlsx",
"file": "https://whizchat-media-prod-django.playma.app/media/chatbots/chatbot-file/d83c88aa-3874-49a6-b01e-1948ae48b747.xlsx",
"fileType": "csv",
"size": 582,
"status": "initial",
"document": null,
"createdAt": "1728375369000"
}
]