Split Schema — Deprecated
Migration
Replace your/split-schema calls with /schema using split_id:
Before:
/split-schema to /schema.
See the Schema Extraction docs for full details on both single and split modes.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
This endpoint has been merged into /schema
/split-schema endpoint has been merged into the unified /schema endpoint. Use /schema with a split_id parameter instead./split-schema calls with /schema using split_id:
Before:
POST /split-schema
{
"split_id": "uuid",
"split_schema_config": { ... }
}
POST /schema
{
"split_id": "uuid",
"split_schema_config": { ... }
}
/split-schema to /schema.
See the Schema Extraction docs for full details on both single and split modes.