> For the complete documentation index, see [llms.txt](https://guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guardian.hedera.com/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis.md).

# Import/Export Schemas/Policies APIs

Endpoints for importing and exporting Guardian policies and schemas using Excel (`.xlsx`) files. Useful for bulk data entry and schema design using spreadsheet tools.

**Authentication:** Bearer token required (`Authorization: Bearer <token>`)

**Permission:** Standard Registry role required.

***

| Method | Endpoint                                  | Description                                        | Auth Required |
| ------ | ----------------------------------------- | -------------------------------------------------- | ------------- |
| `GET`  | `/api/v1/policies/{policyId}/export/xlsx` | Exports a policy as an Excel file                  | Yes           |
| `POST` | `/api/v1/policies/import/xlsx`            | Imports a policy from an Excel file                | Yes           |
| `POST` | `/api/v1/policies/push/import/xlsx`       | Imports a policy from an Excel file asynchronously | Yes           |
| `POST` | `/api/v1/policies/import/xlsx/preview`    | Previews a policy from an Excel file               | Yes           |
| `GET`  | `/api/v1/schemas/{schemaId}/export/xlsx`  | Exports a schema as an Excel file                  | Yes           |
| `POST` | `/api/v1/schemas/import/xlsx`             | Imports a schema from an Excel file                | Yes           |
| `POST` | `/api/v1/schemas/push/import/xlsx`        | Imports a schema from an Excel file asynchronously | Yes           |
| `POST` | `/api/v1/schemas/import/xlsx/preview`     | Previews a schema from an Excel file               | Yes           |
| `GET`  | `/api/v1/schemas`                         | Returns a list of schemas                          | Yes           |

## Endpoints

* [Exporting Policy to Excel](/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis/exporting-policy-to-excel.md)
* [Import Policy from Excel File](/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis/import-policy-from-excel-file.md)
* [Import Policy from Excel File Asynchronously](/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis/import-policy-from-excel-file-asynchronously.md)
* [Policy Preview from Excel File](/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis/policy-preview-from-excel-file.md)
* [Returns Schema in Excel File Format](/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis/returns-schema-in-excel-file-format.md)
* [Imports New Schema from Excel File](/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis/imports-new-schema-from-excel-file.md)
* [Imports New Schema from Excel File Asynchronously](/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis/imports-new-schema-from-excel-file-asynchronously.md)
* [Previews Schema from Excel File](/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis/previews-schema-from-excel-file.md)
* [Returns List of Schemas](/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis/returns-list-of-schemas.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://guardian.hedera.com/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
