Import chat data
POST/auth/chats/import/:chat_id
Imports chat data from a previously exported ZIP file, overwriting existing data (threads, documents, links, styles, etc.) for the specified chat. Requires an active subscription plan.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Chat data imported successfully.
Bad request / Invalid ZIP file / No JSON file found / Failed to read JSON
Unauthorized Access
Activate your subscription / Unauthorized - You do not have permission to import into this chat
Internal Server Error during import process