> For the complete documentation index, see [llms.txt](https://developer.workdigital.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.workdigital.io/web-api/records/add-attachment.md).

# Add Attachment

**Add attachment (file) to a record**

URL : `/api/v1/app/{app_id}/record/{record_id}/attachment`\
Method : `POST`

### Parameters

*`access_token`* **(required, header parameter)**\
Send this as header – e.g.*“Authorization: Bearer access\_token”*

*`app_id`* **(required, path parameter)**\
Application Id of the record

*`record_id`* **(required, path parameter)**\
Record Id where the file needs to be attached

*`attachment_file`* **(required, form parameter)**\
File which needs to be attached to the record&#x20;

### Sample Request
