Create a new dimension on the project. The name must be unique within the project, must not match the reserved system dimension name Document, and must not collide with an existing tag key on the project. Returns the created dimension.
Human-readable name of the dimension. Must be unique within the project. Cannot match the reserved system dimension name “Document” or any of the project’s tag keys.
description
No
string
Optional free-form description of what this dimension captures.
example_values
No
string
Optional comma-separated list of example values to help guide extraction.
A dimension is a project-scoped attribute that an agent extracts a
value for on each document (e.g. Year, Region). Dimensions are
referenced by ID when attaching them to agents and when reading
extraction results.
Name
Required
Type
Description
id
Yes
string (uuid)
Stable identifier for the dimension (UUID).
project_id
Yes
string (uuid)
Identifier of the project this dimension belongs to.
name
Yes
string
Human-readable name of the dimension. Must be unique within the project. Cannot match the reserved system dimension name “Document” or any of the project’s tag keys.
description
No
string
Optional free-form description of what this dimension captures.
example_values
No
string
Optional comma-separated list of example values to help guide extraction.
Data type of the dimension value. Defaults to “string”.
created_at
Yes
string (date-time)
Timestamp the dimension was created.
V1DimensionRequest
A dimension is a project-scoped attribute that an agent extracts a
value for on each document (e.g. Year, Region). Dimensions are
referenced by ID when attaching them to agents and when reading
extraction results.
Name
Required
Type
Description
name
Yes
string
Human-readable name of the dimension. Must be unique within the project. Cannot match the reserved system dimension name “Document” or any of the project’s tag keys.
description
No
string
Optional free-form description of what this dimension captures.
example_values
No
string
Optional comma-separated list of example values to help guide extraction.