Add an item
One thing to extract, inside a group.
description is the instruction, not a label. It is what the model is told to look for, so
write it as a direction rather than a title.extraction_method: "regex" with constraints.pattern to pull a value out by pattern instead of
by model. Regex items cost nothing, and a group made only of them makes no model call at all.
The extracted values arrive on the call: custom_analysis["Lead QA"]["Lead Temperature"].Authorizations
Your API key as a Bearer token, e.g. Authorization: Bearer vk_….
Body
What to call this value. Part of the key it arrives under — custom_analysis["Lead QA"]["Lead Temperature"].
1 - 255The instruction the model reads, not a label. Write it as a direction — what to look for — rather than a title.
1The shape of the value: string, number, integer, boolean, array or object.
16Which group this value belongs to, from GET /v1/custom-analysis.
regex pulls the value out by pattern using constraints.pattern and costs nothing; anything else asks the model. A group made only of regex items makes no model call at all.
8Whether the model must produce a value rather than leaving it out.
Limits on the value — a fixed set with enum, a range, a regex, a length.
The inner fields, when result_format is object or array.
Turn it off without deleting it.
Response
The created item.
string, number, integer, boolean, array, object ai, regex