> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Label Proof

Adds a proof item to a label. User must have the `label.update` scope.

<Note>
  External Documentation

  To learn more, visit the [Hyperproof documentation](https://developer.hyperproof.app/api-details#api=labels-api\&operation=add-label-proof).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                 |
  | --------- | --------------------------- |
  | Label ID  | The unique ID of the label. |
</div>

## Example Output

```json theme={"dark"}
{
	"id": "4eb909de-51af-11ee-a644-522476618ae8",
	"orgId": "ce83e3cd-5199-11ee-a644-522476618ae8",
	"filename": "example.txt",
	"contentType": "text/plain",
	"fileExtension": "txt",
	"size": 627,
	"version": 0,
	"source": "localComputer",
	"ownedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987",
	"uploadedOn": "2023-09-12T20:59:47.694353Z",
	"isPrivate": false,
	"status": "active",
	"createdBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987",
	"updatedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987",
	"createdOn": "2023-09-12T20:59:47.694353Z",
	"updatedOn": "2023-09-12T20:59:47.694353Z"
}
```

## Workflow Library Example

[Add Label Proof with Hyperproof and Send Results Via Email](https://library.blinkops.com/workflows/add-label-proof-with-hyperproof-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/add-label-proof-with-hyperproof-and-send-results-via-email/canvas" />
</div>
