Create Attribute
Attributes
Create Attribute
Creates a new attribute on a sheet
POST
Create Attribute
Creates a new attribute on a sheet. The attribute will be appended to the end of the attribute list.Documentation Index
Fetch the complete documentation index at: https://docs.anglera.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
Path Parameters
ID of the sheet to add the attribute to
Body Parameters
Unique identifier for the attribute within the sheet (e.g.,
"color", "brand_name")Human-readable display name
Attribute data type. One of:
STRING, ENUM, ARRAY, IMAGE, NUMBER, METRIC, HTML, JSON, GENERATE, EXTRACT, AUDITEnrichment prompt describing what this attribute represents and how to extract it
Whether to include this attribute in enrichment. Defaults to
true.Type-specific configuration object
Shorthand for setting
config.allowed_values. Only valid for ENUM type attributes.Response
Success message
The newly created attribute (same format as List Attributes)
Example Response

