# Label

| Property            | Description                                                    | Type   |
| ------------------- | -------------------------------------------------------------- | ------ |
| id                  | Unique identifier of the label (CERTHIS API)                   | Int    |
| label\_id           | Specific identifier of the label (CERTHIS SMART CONTRACT)      | Int    |
| label\_logo\_id     | Identifier of the label logo                                   | Int    |
| label\_name         | Name of the label                                              | String |
| label\_description  | Description of the label                                       | String |
| label\_tax          | Tax applied to the label                                       | Number |
| label\_logo         | URL of the label logo                                          | String |
| label\_payout       | Payout address for the label                                   | String |
| label\_tax\_mint    | Fees applied to the minting of collections linked to the label | Number |
| label\_payout\_mint | Payout address for the minting of the label                    | String |
| creator\_address    | Blockchain address of the creator of the label                 | String |
| contract\_id        | Contract identifier of the label                               | String |
| created             | Date when the label was created                                | Date   |
| updated             | Date when the label was last updated                           | Date   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.certhis.io/api-object-references/label.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
