> ## Documentation Index
> Fetch the complete documentation index at: https://docs.documind.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Custom Schemas

> Manage custom extraction schemas

## 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.
