# Create Asynchronous Export Job **POST /api/v1/exports** Initiates an asynchronous job to export chat data (chats, messages, or all) in JSON or CSV format for the user's organization. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) Export parameters (format, type) - **format** (string) - **type** (string) ## Responses ### 202 export_id: uint64, status: domain.ExportStatus, message: string #### Body: application/json (object) object ### 400 Invalid request data (format/type) #### Body: application/json (object) - ***** (string) ### 401 Unauthorized (JWT invalid/missing, Org or User ID not found) #### Body: application/json (object) - ***** (string) ### 500 Failed to create export job #### Body: application/json (object) - ***** (string) [Powered by Bump.sh](https://bump.sh)