# Upload file **POST /upload** ## Servers ## Parameters ### Body: (object) - **file** (string(binary)) - **email** (string) - **store** (boolean) - **source** (string) ## Responses ### 200 File is upload with success #### Body: (object) - **success** (boolean) - **body** (object) ### 422 Missing required body parameters #### Body: (object) - **success** (boolean) If request is succeed - **message** (string) A human readable error message - **context** (string) Context of error ### 500 Unexpected error #### Body: (object) - **success** (boolean) If request is succeed - **message** (string) A human readable error message - **context** (string) Context of error [Powered by Bump.sh](https://bump.sh)