Skip to main content

List Custom Schemas

GET /api/v1/user/schemas
Returns all saved custom schemas.

Create Custom Schema

POST /api/v1/user/schemas
Save a new custom schema for reuse.

Get Custom Schema

GET /api/v1/user/schemas/{schema_id}
Get a specific custom schema by ID.

Update Custom Schema

PUT /api/v1/user/schemas/{schema_id}
Update an existing custom schema.

Delete Custom Schema

DELETE /api/v1/user/schemas/{schema_id}
Delete a custom schema.