# Add file attachment to the current business **POST /users/{user_id}/kyc/businesses/file/{type}** Add file attachment to the current business. ## Servers ## Parameters #### Path parameters - **user_id** (string) User id - **type** (string) File type ## Body parameters Content-type: The business file information - **attachment** (object) ## Responses ### 201: File attachment created and returned #### Body Parameters: (object) - **id** (string(uuid)) - **filename** (string) - **document_type** (string) ### 401: Authorization information is missing or invalid. ### 422: Request body has errors or invalid. [Powered by Bump.sh](https://bump.sh)