@talonic/docs 0.21.1 → 0.21.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/content.js +1316 -807
- package/dist/index.js +21 -20
- package/dist/index.js.map +1 -1
- package/dist/seo.js +122 -49
- package/openapi.json +101 -29
- package/package.json +1 -1
- package/dist/tailwind-preset.d.cts +0 -45
- package/dist/tailwind-preset.d.ts +0 -45
package/dist/seo.js
CHANGED
|
@@ -71,8 +71,8 @@ var openapi_default = {
|
|
|
71
71
|
description: "Queue of validation records requiring human review; supports single- and batch-action approvals/rejections."
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
name: "
|
|
75
|
-
description: "Ground
|
|
74
|
+
name: "Benchmarks",
|
|
75
|
+
description: "Ground-truth datasets and benchmark runs measuring extraction accuracy."
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
name: "Batches",
|
|
@@ -126,10 +126,6 @@ var openapi_default = {
|
|
|
126
126
|
name: "Telemetry",
|
|
127
127
|
description: "Aggregate structuring metrics \u2014 capture hit rate, synthesize rate, strategy distribution, and tier funnel breakdowns per schema or run."
|
|
128
128
|
},
|
|
129
|
-
{
|
|
130
|
-
name: "Validation",
|
|
131
|
-
description: "Ground-truth dataset management and validation runs for measuring extraction accuracy."
|
|
132
|
-
},
|
|
133
129
|
{
|
|
134
130
|
name: "Credits",
|
|
135
131
|
description: "Credit balance, usage history, daily breakdown, and per-request usage log."
|
|
@@ -5134,7 +5130,7 @@ var openapi_default = {
|
|
|
5134
5130
|
operationId: "listGroundTruthDatasets",
|
|
5135
5131
|
summary: "List ground truth datasets",
|
|
5136
5132
|
tags: [
|
|
5137
|
-
"
|
|
5133
|
+
"Benchmarks"
|
|
5138
5134
|
],
|
|
5139
5135
|
parameters: [
|
|
5140
5136
|
{
|
|
@@ -5196,7 +5192,7 @@ var openapi_default = {
|
|
|
5196
5192
|
operationId: "createGroundTruthDataset",
|
|
5197
5193
|
summary: "Create a ground truth dataset",
|
|
5198
5194
|
tags: [
|
|
5199
|
-
"
|
|
5195
|
+
"Benchmarks"
|
|
5200
5196
|
],
|
|
5201
5197
|
requestBody: {
|
|
5202
5198
|
required: true,
|
|
@@ -5247,7 +5243,7 @@ var openapi_default = {
|
|
|
5247
5243
|
summary: "Get a ground truth dataset",
|
|
5248
5244
|
description: "Returns the dataset together with its sample entries (curated known-correct values).",
|
|
5249
5245
|
tags: [
|
|
5250
|
-
"
|
|
5246
|
+
"Benchmarks"
|
|
5251
5247
|
],
|
|
5252
5248
|
parameters: [
|
|
5253
5249
|
{
|
|
@@ -5282,7 +5278,7 @@ var openapi_default = {
|
|
|
5282
5278
|
operationId: "listBenchmarkRuns",
|
|
5283
5279
|
summary: "List benchmark runs",
|
|
5284
5280
|
tags: [
|
|
5285
|
-
"
|
|
5281
|
+
"Benchmarks"
|
|
5286
5282
|
],
|
|
5287
5283
|
parameters: [
|
|
5288
5284
|
{
|
|
@@ -5347,7 +5343,7 @@ var openapi_default = {
|
|
|
5347
5343
|
summary: "Get a benchmark run",
|
|
5348
5344
|
description: "Returns the benchmark run together with its per-document results.",
|
|
5349
5345
|
tags: [
|
|
5350
|
-
"
|
|
5346
|
+
"Benchmarks"
|
|
5351
5347
|
],
|
|
5352
5348
|
parameters: [
|
|
5353
5349
|
{
|
|
@@ -8729,7 +8725,7 @@ var openapi_default = {
|
|
|
8729
8725
|
summary: "List ground-truth datasets",
|
|
8730
8726
|
description: "Returns all ground-truth datasets for the customer.",
|
|
8731
8727
|
tags: [
|
|
8732
|
-
"
|
|
8728
|
+
"Benchmarks"
|
|
8733
8729
|
],
|
|
8734
8730
|
parameters: [
|
|
8735
8731
|
{
|
|
@@ -8782,7 +8778,7 @@ var openapi_default = {
|
|
|
8782
8778
|
operationId: "getGroundTruth",
|
|
8783
8779
|
summary: "Get a ground-truth dataset",
|
|
8784
8780
|
tags: [
|
|
8785
|
-
"
|
|
8781
|
+
"Benchmarks"
|
|
8786
8782
|
],
|
|
8787
8783
|
parameters: [
|
|
8788
8784
|
{
|
|
@@ -8815,7 +8811,7 @@ var openapi_default = {
|
|
|
8815
8811
|
operationId: "deleteGroundTruth",
|
|
8816
8812
|
summary: "Delete a ground-truth dataset",
|
|
8817
8813
|
tags: [
|
|
8818
|
-
"
|
|
8814
|
+
"Benchmarks"
|
|
8819
8815
|
],
|
|
8820
8816
|
parameters: [
|
|
8821
8817
|
{
|
|
@@ -8850,7 +8846,7 @@ var openapi_default = {
|
|
|
8850
8846
|
operationId: "listValidationRuns",
|
|
8851
8847
|
summary: "List validation runs",
|
|
8852
8848
|
tags: [
|
|
8853
|
-
"
|
|
8849
|
+
"Benchmarks"
|
|
8854
8850
|
],
|
|
8855
8851
|
parameters: [
|
|
8856
8852
|
{
|
|
@@ -8902,7 +8898,7 @@ var openapi_default = {
|
|
|
8902
8898
|
summary: "Create a validation run",
|
|
8903
8899
|
description: "Start a new validation run against a ground-truth dataset.",
|
|
8904
8900
|
tags: [
|
|
8905
|
-
"
|
|
8901
|
+
"Benchmarks"
|
|
8906
8902
|
],
|
|
8907
8903
|
requestBody: {
|
|
8908
8904
|
required: true,
|
|
@@ -8959,7 +8955,7 @@ var openapi_default = {
|
|
|
8959
8955
|
operationId: "getValidationRun",
|
|
8960
8956
|
summary: "Get a validation run",
|
|
8961
8957
|
tags: [
|
|
8962
|
-
"
|
|
8958
|
+
"Benchmarks"
|
|
8963
8959
|
],
|
|
8964
8960
|
parameters: [
|
|
8965
8961
|
{
|
|
@@ -8992,7 +8988,7 @@ var openapi_default = {
|
|
|
8992
8988
|
operationId: "deleteValidationRun",
|
|
8993
8989
|
summary: "Delete a validation run",
|
|
8994
8990
|
tags: [
|
|
8995
|
-
"
|
|
8991
|
+
"Benchmarks"
|
|
8996
8992
|
],
|
|
8997
8993
|
parameters: [
|
|
8998
8994
|
{
|
|
@@ -9028,7 +9024,7 @@ var openapi_default = {
|
|
|
9028
9024
|
summary: "Get validation run results",
|
|
9029
9025
|
description: "Returns per-document and per-field accuracy results for the validation run.",
|
|
9030
9026
|
tags: [
|
|
9031
|
-
"
|
|
9027
|
+
"Benchmarks"
|
|
9032
9028
|
],
|
|
9033
9029
|
parameters: [
|
|
9034
9030
|
{
|
|
@@ -11766,7 +11762,7 @@ var openapi_default = {
|
|
|
11766
11762
|
operationId: "listGroundTruthEntries",
|
|
11767
11763
|
summary: "List entries in a ground truth dataset",
|
|
11768
11764
|
tags: [
|
|
11769
|
-
"
|
|
11765
|
+
"Benchmarks"
|
|
11770
11766
|
],
|
|
11771
11767
|
parameters: [
|
|
11772
11768
|
{
|
|
@@ -11820,7 +11816,7 @@ var openapi_default = {
|
|
|
11820
11816
|
operationId: "createGroundTruthEntry",
|
|
11821
11817
|
summary: "Add an entry to a ground truth dataset",
|
|
11822
11818
|
tags: [
|
|
11823
|
-
"
|
|
11819
|
+
"Benchmarks"
|
|
11824
11820
|
],
|
|
11825
11821
|
parameters: [
|
|
11826
11822
|
{
|
|
@@ -11886,7 +11882,7 @@ var openapi_default = {
|
|
|
11886
11882
|
operationId: "updateGroundTruthEntry",
|
|
11887
11883
|
summary: "Update a ground truth entry",
|
|
11888
11884
|
tags: [
|
|
11889
|
-
"
|
|
11885
|
+
"Benchmarks"
|
|
11890
11886
|
],
|
|
11891
11887
|
parameters: [
|
|
11892
11888
|
{
|
|
@@ -11950,7 +11946,7 @@ var openapi_default = {
|
|
|
11950
11946
|
operationId: "deleteGroundTruthEntry",
|
|
11951
11947
|
summary: "Delete a ground truth entry",
|
|
11952
11948
|
tags: [
|
|
11953
|
-
"
|
|
11949
|
+
"Benchmarks"
|
|
11954
11950
|
],
|
|
11955
11951
|
parameters: [
|
|
11956
11952
|
{
|
|
@@ -11997,7 +11993,7 @@ var openapi_default = {
|
|
|
11997
11993
|
summary: "Compare two benchmark runs",
|
|
11998
11994
|
description: "Returns both benchmark runs side by side together with the overall accuracy delta (run_a minus run_b). The delta is null when either run has not yet produced an overall accuracy score.",
|
|
11999
11995
|
tags: [
|
|
12000
|
-
"
|
|
11996
|
+
"Benchmarks"
|
|
12001
11997
|
],
|
|
12002
11998
|
parameters: [
|
|
12003
11999
|
{
|
|
@@ -12071,7 +12067,7 @@ var openapi_default = {
|
|
|
12071
12067
|
summary: "Get benchmark results",
|
|
12072
12068
|
description: "Returns per-document accuracy results for a benchmark run.",
|
|
12073
12069
|
tags: [
|
|
12074
|
-
"
|
|
12070
|
+
"Benchmarks"
|
|
12075
12071
|
],
|
|
12076
12072
|
parameters: [
|
|
12077
12073
|
{
|
|
@@ -12113,7 +12109,8 @@ var openapi_default = {
|
|
|
12113
12109
|
post: {
|
|
12114
12110
|
operationId: "submitProcess",
|
|
12115
12111
|
summary: "Submit a document for processing",
|
|
12116
|
-
|
|
12112
|
+
deprecated: true,
|
|
12113
|
+
description: "Deprecated: prefer `/v1/pipelines` for new integrations; this endpoint remains supported.\n\nUpload a document and trigger a configured processing pipeline.\nAlways returns 202. Results delivered via `process.completed` webhook.\n\nIdempotency is automatic: the same (config_id, batch_id, file) combination\nreturns the existing run without re-processing. If batch_id is absent,\ndedup applies within a 24-hour window.\n",
|
|
12117
12114
|
tags: [
|
|
12118
12115
|
"Process"
|
|
12119
12116
|
],
|
|
@@ -12259,7 +12256,8 @@ var openapi_default = {
|
|
|
12259
12256
|
get: {
|
|
12260
12257
|
operationId: "listConfigs",
|
|
12261
12258
|
summary: "List available processing configs",
|
|
12262
|
-
|
|
12259
|
+
deprecated: true,
|
|
12260
|
+
description: "Deprecated: prefer `/v1/pipelines` for new integrations; this endpoint remains supported. Returns all processing configurations available to your organization.\n",
|
|
12263
12261
|
tags: [
|
|
12264
12262
|
"Process"
|
|
12265
12263
|
],
|
|
@@ -16056,7 +16054,8 @@ var openapi_default = {
|
|
|
16056
16054
|
"Fields"
|
|
16057
16055
|
],
|
|
16058
16056
|
summary: "Query the field registry by field values",
|
|
16059
|
-
|
|
16057
|
+
deprecated: true,
|
|
16058
|
+
description: "Deprecated: moved under `/v1/fields/registry/*`; use `POST /v1/fields/registry/query`. This path remains supported and serves the same handler. Returns documents whose captured field values match the `where` map (values matched via ILIKE). A read operation that takes a POST body. Requires the `read` scope. An unknown `where` field returns a 200 body `{ error: 'unknown_field' }`.\n",
|
|
16060
16059
|
operationId: "queryRegistry",
|
|
16061
16060
|
security: [
|
|
16062
16061
|
{
|
|
@@ -16102,6 +16101,58 @@ var openapi_default = {
|
|
|
16102
16101
|
}
|
|
16103
16102
|
}
|
|
16104
16103
|
},
|
|
16104
|
+
"/v1/fields/registry/query": {
|
|
16105
|
+
post: {
|
|
16106
|
+
tags: [
|
|
16107
|
+
"Fields"
|
|
16108
|
+
],
|
|
16109
|
+
summary: "Query the field registry by field values",
|
|
16110
|
+
description: "The canonical home of the registry query going forward (alias of the deprecated `POST /v1/registry/query`; both serve the same handler). Returns documents whose captured field values match the `where` map (values matched via ILIKE). A read operation that takes a POST body. Requires the `read` scope. An unknown `where` field returns a 200 body `{ error: 'unknown_field' }`.\n",
|
|
16111
|
+
operationId: "queryFieldsRegistry",
|
|
16112
|
+
security: [
|
|
16113
|
+
{
|
|
16114
|
+
BearerAuth: []
|
|
16115
|
+
}
|
|
16116
|
+
],
|
|
16117
|
+
requestBody: {
|
|
16118
|
+
required: true,
|
|
16119
|
+
content: {
|
|
16120
|
+
"application/json": {
|
|
16121
|
+
schema: {
|
|
16122
|
+
type: "object",
|
|
16123
|
+
required: [
|
|
16124
|
+
"where"
|
|
16125
|
+
],
|
|
16126
|
+
properties: {
|
|
16127
|
+
where: {
|
|
16128
|
+
type: "object",
|
|
16129
|
+
minProperties: 1,
|
|
16130
|
+
additionalProperties: true
|
|
16131
|
+
},
|
|
16132
|
+
select: {
|
|
16133
|
+
type: "array",
|
|
16134
|
+
items: {
|
|
16135
|
+
type: "string"
|
|
16136
|
+
}
|
|
16137
|
+
},
|
|
16138
|
+
limit: {
|
|
16139
|
+
type: "integer",
|
|
16140
|
+
minimum: 1,
|
|
16141
|
+
default: 100,
|
|
16142
|
+
maximum: 500
|
|
16143
|
+
}
|
|
16144
|
+
}
|
|
16145
|
+
}
|
|
16146
|
+
}
|
|
16147
|
+
}
|
|
16148
|
+
},
|
|
16149
|
+
responses: {
|
|
16150
|
+
"200": {
|
|
16151
|
+
description: "{ data: row[], total }"
|
|
16152
|
+
}
|
|
16153
|
+
}
|
|
16154
|
+
}
|
|
16155
|
+
},
|
|
16105
16156
|
"/v1/matching/packages/configs": {
|
|
16106
16157
|
get: {
|
|
16107
16158
|
tags: [
|
|
@@ -16601,7 +16652,8 @@ var openapi_default = {
|
|
|
16601
16652
|
"Fields"
|
|
16602
16653
|
],
|
|
16603
16654
|
summary: "Field-registry health snapshot (read-only)",
|
|
16604
|
-
|
|
16655
|
+
deprecated: true,
|
|
16656
|
+
description: "Deprecated: moved under `/v1/fields/registry/*`; use `GET /v1/fields/registry/health`. This path remains supported and serves the same handler. Tier + admission counts, singleton/weak-name rates, occurrence and resolution stats, transfer hit rate, and coherence/atomicity metrics for the tenant's field registry. The same view the in-app registry dashboard reads; no lifecycle or cleanup actions are exposed.\n",
|
|
16605
16657
|
operationId: "getRegistryHealth",
|
|
16606
16658
|
security: [
|
|
16607
16659
|
{
|
|
@@ -16615,6 +16667,26 @@ var openapi_default = {
|
|
|
16615
16667
|
}
|
|
16616
16668
|
}
|
|
16617
16669
|
},
|
|
16670
|
+
"/v1/fields/registry/health": {
|
|
16671
|
+
get: {
|
|
16672
|
+
tags: [
|
|
16673
|
+
"Fields"
|
|
16674
|
+
],
|
|
16675
|
+
summary: "Field-registry health snapshot (read-only)",
|
|
16676
|
+
description: "The canonical home of the registry health snapshot going forward (alias of the deprecated `GET /v1/registry/health`; both serve the same handler). Tier + admission counts, singleton/weak-name rates, occurrence and resolution stats, transfer hit rate, and coherence/atomicity metrics for the tenant's field registry. The same view the in-app registry dashboard reads; no lifecycle or cleanup actions are exposed.\n",
|
|
16677
|
+
operationId: "getFieldsRegistryHealth",
|
|
16678
|
+
security: [
|
|
16679
|
+
{
|
|
16680
|
+
BearerAuth: []
|
|
16681
|
+
}
|
|
16682
|
+
],
|
|
16683
|
+
responses: {
|
|
16684
|
+
"200": {
|
|
16685
|
+
description: "Registry health snapshot"
|
|
16686
|
+
}
|
|
16687
|
+
}
|
|
16688
|
+
}
|
|
16689
|
+
},
|
|
16618
16690
|
"/v1/customer-ontologies": {
|
|
16619
16691
|
get: {
|
|
16620
16692
|
tags: [
|
|
@@ -24875,8 +24947,8 @@ var API_NAV_SECTIONS = [
|
|
|
24875
24947
|
{ id: "get-job", label: "Get Job" }
|
|
24876
24948
|
] },
|
|
24877
24949
|
{ id: "sources", label: "Sources", children: [
|
|
24878
|
-
{ id: "list-sources", label: "List
|
|
24879
|
-
{ id: "create-source", label: "Create
|
|
24950
|
+
{ id: "list-sources", label: "List Sources" },
|
|
24951
|
+
{ id: "create-source", label: "Create Source" },
|
|
24880
24952
|
{ id: "get-source", label: "Get / Update / Delete" },
|
|
24881
24953
|
{ id: "update-source", label: "Source Documents" },
|
|
24882
24954
|
{ id: "ingest-source-document", label: "Ingest a Document" }
|
|
@@ -24948,7 +25020,7 @@ var API_NAV_SECTIONS = [
|
|
|
24948
25020
|
{ id: "get-structuring-gate", label: "Get / Update / Delete Gate" },
|
|
24949
25021
|
{ id: "gate-rules", label: "Gate Rules" },
|
|
24950
25022
|
{ id: "result-checks", label: "Result Checks" },
|
|
24951
|
-
{ id: "pending-approvals", label: "Pending
|
|
25023
|
+
{ id: "pending-approvals", label: "Pending Reviews" },
|
|
24952
25024
|
{ id: "approve-reject-result", label: "Approve / Reject Result" },
|
|
24953
25025
|
{ id: "trigger-delivery", label: "Trigger Delivery" }
|
|
24954
25026
|
] },
|
|
@@ -25026,7 +25098,7 @@ var API_NAV_SECTIONS = [
|
|
|
25026
25098
|
{ id: "review-batch", label: "Batch Action" },
|
|
25027
25099
|
{ id: "review-assign", label: "Assign" }
|
|
25028
25100
|
] },
|
|
25029
|
-
{ id: "quality", label: "
|
|
25101
|
+
{ id: "quality", label: "Benchmarks", children: [
|
|
25030
25102
|
{ id: "list-quality-datasets", label: "List Datasets" },
|
|
25031
25103
|
{ id: "create-quality-dataset", label: "Create Dataset" },
|
|
25032
25104
|
{ id: "get-quality-dataset", label: "Get / Delete Dataset" },
|
|
@@ -25176,6 +25248,7 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
25176
25248
|
{ id: "overview", label: "Overview", children: [
|
|
25177
25249
|
{ id: "introduction", label: "Introduction" },
|
|
25178
25250
|
{ id: "core-concepts", label: "Core Concepts" },
|
|
25251
|
+
{ id: "glossary", label: "Glossary" },
|
|
25179
25252
|
{ id: "platform-flow", label: "Platform Flow" },
|
|
25180
25253
|
{ id: "getting-started", label: "Getting Started" }
|
|
25181
25254
|
] },
|
|
@@ -25184,7 +25257,7 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
25184
25257
|
{ id: "agent-impact", label: "Impact Levels" },
|
|
25185
25258
|
{ id: "agent-dashboard", label: "Dashboard" }
|
|
25186
25259
|
] },
|
|
25187
|
-
{ id: "sources-docs", label: "
|
|
25260
|
+
{ id: "sources-docs", label: "Sources & Documents", children: [
|
|
25188
25261
|
{ id: "uploading", label: "Uploading Documents" },
|
|
25189
25262
|
{ id: "supported-formats", label: "Supported Formats" },
|
|
25190
25263
|
{ id: "document-processing", label: "Document Processing" },
|
|
@@ -25195,7 +25268,7 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
25195
25268
|
] },
|
|
25196
25269
|
{ id: "field-intelligence", label: "Field Intelligence", children: [
|
|
25197
25270
|
{ id: "field-registry", label: "Field Registry" },
|
|
25198
|
-
{ id: "tier-system", label: "
|
|
25271
|
+
{ id: "tier-system", label: "Maturity Levels" },
|
|
25199
25272
|
{ id: "semantic-clusters", label: "Semantic Clusters" },
|
|
25200
25273
|
{ id: "field-resolution", label: "Field Resolution" },
|
|
25201
25274
|
{ id: "master-instructions", label: "Master Instructions" }
|
|
@@ -25223,8 +25296,8 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
25223
25296
|
{ id: "confidence-provenance", label: "Confidence & Provenance" },
|
|
25224
25297
|
{ id: "corrections", label: "Corrections" }
|
|
25225
25298
|
] },
|
|
25226
|
-
{ id: "pipelines", label: "
|
|
25227
|
-
{ id: "spec-pipeline", label: "The Spec &
|
|
25299
|
+
{ id: "pipelines", label: "Pipelines", children: [
|
|
25300
|
+
{ id: "spec-pipeline", label: "The Spec & the Engine" },
|
|
25228
25301
|
{ id: "pipeline-rail", label: "Composing the Rail" },
|
|
25229
25302
|
{ id: "running-a-pipeline", label: "Running a Pipeline" },
|
|
25230
25303
|
{ id: "validation-checkpoints", label: "Validation Checkpoints" },
|
|
@@ -25256,11 +25329,11 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
25256
25329
|
{ id: "id-dispensers", label: "ID Dispensers" },
|
|
25257
25330
|
{ id: "data-product-sharing", label: "Sharing & Export" }
|
|
25258
25331
|
] },
|
|
25259
|
-
{ id: "validation-quality", label: "Validation &
|
|
25332
|
+
{ id: "validation-quality", label: "Validation & Benchmarks", children: [
|
|
25260
25333
|
{ id: "validation-checks", label: "Validation Checks" },
|
|
25261
|
-
{ id: "ground-truth", label: "
|
|
25262
|
-
{ id: "approval-gates", label: "
|
|
25263
|
-
{ id: "approval-queue", label: "
|
|
25334
|
+
{ id: "ground-truth", label: "Ground Truth" },
|
|
25335
|
+
{ id: "approval-gates", label: "Review Gates" },
|
|
25336
|
+
{ id: "approval-queue", label: "Field Review" }
|
|
25264
25337
|
] },
|
|
25265
25338
|
{ id: "delivery", label: "Outputs", children: [
|
|
25266
25339
|
{ id: "delivery-pipeline", label: "How Delivery Works" },
|
|
@@ -25285,7 +25358,7 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
25285
25358
|
] },
|
|
25286
25359
|
{ id: "team-admin", label: "Team & Admin", children: [
|
|
25287
25360
|
{ id: "team-management", label: "Team Management" },
|
|
25288
|
-
{ id: "usage-registry", label: "Usage
|
|
25361
|
+
{ id: "usage-registry", label: "Usage" },
|
|
25289
25362
|
{ id: "admin-panel", label: "Admin Panel" },
|
|
25290
25363
|
{ id: "shortcuts", label: "Keyboard Shortcuts" }
|
|
25291
25364
|
] }
|
|
@@ -25301,15 +25374,15 @@ var API_SECTION_META = [
|
|
|
25301
25374
|
{ id: "telemetry", title: "Telemetry API", description: "Aggregate structuring metrics \u2014 capture hit rate, synthesize rate, strategy distribution, and tier funnel breakdowns per schema or run." },
|
|
25302
25375
|
{ id: "provenance", title: "Provenance API", description: "Per-cell audit trails showing tier, strategy, sub-move, confidence score, and reasoning trace for every value in a record." },
|
|
25303
25376
|
{ id: "jobs", title: "Jobs API", description: "Track asynchronous extraction jobs with progress, phase status, and grid fill rate statistics." },
|
|
25304
|
-
{ id: "sources", title: "
|
|
25377
|
+
{ id: "sources", title: "Sources API", description: "Manage document sources for programmatic ingestion. Each source has its own API key and supports batch processing." },
|
|
25305
25378
|
{ id: "filter-search", title: "Filter & Search API", description: "Field autocomplete, document filtering with composable conditions, global omnisearch, and saved filter management." },
|
|
25306
25379
|
{ id: "webhooks", title: "Webhooks", description: "Real-time event notifications with HMAC-SHA256 signed payloads, delivery tracking, and exponential backoff retries." },
|
|
25307
25380
|
{ id: "resolutions", title: "Resolutions API", description: "Resolution runs \u2014 apply field normalization, transforms, and lookup cascades to extracted data. List, create, execute, and delete resolution runs." },
|
|
25308
25381
|
{ id: "linking", title: "Linking API", description: "Document linking graph \u2014 link keys, document links, entity graph, classification, backfill operations, and document-case mapping." },
|
|
25309
25382
|
{ id: "nshot", title: "N-Shot API", description: "N-Shot comparison endpoints for job runs \u2014 summary, field comparisons, overrides, and AI/human judge decisions." },
|
|
25310
25383
|
{ id: "schema-graph", title: "Schema Graph API", description: "Schema class ontology \u2014 versioned classes, diffs with approval/rejection workflow, inter-class edges, aliases, and D3-compatible visualization." },
|
|
25311
|
-
{ id: "structuring", title: "Structuring API", description: "Validation checks CRUD,
|
|
25312
|
-
{ id: "validation", title: "
|
|
25384
|
+
{ id: "structuring", title: "Structuring API", description: "Validation checks CRUD, review gates with configurable rules, result check outcomes, pending review queue, and delivery triggers." },
|
|
25385
|
+
{ id: "validation", title: "Benchmarks API (validation namespace)", description: "Ground Truth management and benchmark runs for measuring extraction accuracy against ground truth datasets." },
|
|
25313
25386
|
{ id: "credits", title: "Credits API", description: "Credit balance, transaction history, aggregate usage summaries, daily usage breakdown, and per-request usage log." },
|
|
25314
25387
|
{ id: "agent", title: "Agent API", description: "Workspace context snapshot and agent tool discovery endpoints for programmatic access to embedded AI assistant capabilities." },
|
|
25315
25388
|
{ id: "matching", title: "Matching API", description: "Reference data matching \u2014 create configs with weighted field strategies, run matches, get top-5 candidates per document, and AI-generate strategies." },
|
|
@@ -25317,7 +25390,7 @@ var API_SECTION_META = [
|
|
|
25317
25390
|
{ id: "batches", title: "Batches API", description: "Batch extraction processing at 50% cost \u2014 list, get, sync with provider, and cancel batches." },
|
|
25318
25391
|
{ id: "cases", title: "Cases API", description: "Case management \u2014 list, get, anomalies, status lifecycle, edge confirmation, document pinning, merge and split operations." },
|
|
25319
25392
|
{ id: "review", title: "Review API", description: "Review queue for validation records \u2014 list items, stats, take action (approve/reject/flag), batch operations, and assignment." },
|
|
25320
|
-
{ id: "quality", title: "
|
|
25393
|
+
{ id: "quality", title: "Benchmarks API", description: "Ground truth datasets, entries management with CSV import, benchmark runs, per-field accuracy results, and benchmark comparison." },
|
|
25321
25394
|
{ id: "routing-rules", title: "Routing Rules API", description: "Document routing rules \u2014 create, manage, and reorder priority-based rules for automatic document workflow assignment." },
|
|
25322
25395
|
{ id: "reference-data", title: "Reference Data API", description: "Upload, list, and manage reference data tables used as lookup targets for matching configurations. Supports JSON upload, paginated row access, and CSV export." },
|
|
25323
25396
|
{ id: "fields", title: "Fields API", description: "Read-only access to the field registry \u2014 list fields with filters, cross-schema harmonization analysis, field detail with occurrences, and embedding-based similarity search." },
|
|
@@ -25331,17 +25404,17 @@ var API_SECTION_META = [
|
|
|
25331
25404
|
var PLATFORM_SECTION_META = [
|
|
25332
25405
|
{ id: "overview", title: "Platform Overview", description: "Core concepts, platform flow, and getting started guide for the Talonic document structuring platform." },
|
|
25333
25406
|
{ id: "agent", title: "AI Agent", description: "Embedded AI assistant accessible via Cmd+I from any page. Inspects schemas, searches documents, analyzes extraction quality, explores cases, and builds schemas through natural language." },
|
|
25334
|
-
{ id: "sources-docs", title: "
|
|
25407
|
+
{ id: "sources-docs", title: "Sources & Documents", description: "Upload documents via drag-and-drop, API, or connectors. 25+ formats supported with automatic OCR and classification." },
|
|
25335
25408
|
{ id: "field-intelligence", title: "Field Intelligence", description: "Unified field registry with tier system, semantic clustering, and AI-synthesized master extraction instructions." },
|
|
25336
25409
|
{ id: "schemas-templates", title: "Schemas & Templates", description: "AI-generated schemas per document type and user-defined templates with field matching, reference tables, and versioning." },
|
|
25337
25410
|
{ id: "structuring", title: "Structuring", description: "Vocabulary-driven structuring system with seven field strategies, four processing tiers, capture sub-moves, modifiers, constraints, and synthesize fallback." },
|
|
25338
25411
|
{ id: "extraction-jobs", title: "Extraction Jobs", description: "The 4-phase pipeline: Resolve, Agent, Validation, Re-read. Progressive grid filling with per-cell provenance and confidence." },
|
|
25339
|
-
{ id: "pipelines", title: "
|
|
25412
|
+
{ id: "pipelines", title: "Pipelines", description: "The Spec and the engine: compose a rail over one schema, run it as a per-document pipeline through transfer, extraction, resolution, and validation checkpoints, with a review queue and assembly." },
|
|
25340
25413
|
{ id: "linking-cases", title: "Linking & Cases", description: "Document linking discovers relationships through shared entities. Related documents grouped into cases with evidence chains." },
|
|
25341
25414
|
{ id: "batch-inference", title: "Batch Inference", description: "Batch processing mode defers Claude extraction to the provider batch API at 50% cost with 48-hour delivery. Monitor batch progress and results." },
|
|
25342
25415
|
{ id: "matching", title: "Smart Matching", description: "Upload reference datasets and configure weighted field-to-field matching strategies. Run matches asynchronously and review top-5 candidates per document." },
|
|
25343
25416
|
{ id: "data-products", title: "Data Products", description: "Dataset templates for reusable output specifications and assemblies for combining multi-source documents into structured datasets." },
|
|
25344
|
-
{ id: "validation-quality", title: "Validation &
|
|
25417
|
+
{ id: "validation-quality", title: "Validation & Benchmarks", description: "Automated validation checks, Ground Truth benchmarking, configurable review gates, and Record Review for flagged results." },
|
|
25345
25418
|
{ id: "delivery", title: "Outputs & Delivery", description: "Push structured data to webhooks, REST APIs, SFTP, email, or cloud storage with field mappings, triggers, delivery configuration, and telemetry." },
|
|
25346
25419
|
{ id: "workspace-settings", title: "Workspace Settings", description: "Shared dialects for output formatting, reference primitives for lookup tables, and change review governance for production workspaces." },
|
|
25347
25420
|
{ id: "search-filtering", title: "Search & Filtering", description: "Global omnisearch (Cmd+K) and advanced document filtering by extracted field values with saved presets." },
|