# Schema APIs for Asynchronous Execution

Asynchronous variants of schema operations that return a task ID immediately and complete in the background. Poll `GET /api/v1/tasks/{taskId}` to retrieve results.

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

***

| Method   | Endpoint                                      | Description                                     | Auth Required |
| -------- | --------------------------------------------- | ----------------------------------------------- | ------------- |
| `POST`   | `/api/v1/schemas/push`                        | Creates a new schema asynchronously             | Yes           |
| `POST`   | `/api/v1/schemas/push/copy`                   | Copies a schema asynchronously                  | Yes           |
| `DELETE` | `/api/v1/schemas/push/{schemaId}`             | Deletes a schema asynchronously                 | Yes           |
| `PUT`    | `/api/v1/schemas/push/{schemaId}/publish`     | Publishes a schema asynchronously               | Yes           |
| `POST`   | `/api/v1/schemas/push/import/message`         | Imports a schema from IPFS asynchronously       | Yes           |
| `POST`   | `/api/v1/schemas/push/import/file`            | Imports a schema from a ZIP file asynchronously | Yes           |
| `POST`   | `/api/v1/schemas/push/import/message/preview` | Previews a schema from IPFS asynchronously      | Yes           |

## Endpoints

* [Creation of Schema (Async)](/docs/develop/guardian/standard-registry/schemas/schema-apis-for-asynchronous-execution/creation-of-schema.md)
* [Copy Schema](/docs/develop/guardian/standard-registry/schemas/schema-apis-for-asynchronous-execution/copy-schema.md)
* [Deletes the Schema with the Provided Schema ID](/docs/develop/guardian/standard-registry/schemas/schema-apis-for-asynchronous-execution/deletes-the-schema-with-the-provided-schema-id.md)
* [Publishing Schema](/docs/develop/guardian/standard-registry/schemas/schema-apis-for-asynchronous-execution/publishing-schema.md)
* [Importing Schema from IPFS](/docs/develop/guardian/standard-registry/schemas/schema-apis-for-asynchronous-execution/importing-schema-from-ipfs.md)
* [Importing Schema from ZIP](/docs/develop/guardian/standard-registry/schemas/schema-apis-for-asynchronous-execution/importing-schema-from-.zip.md)
* [Previews the Schema from IPFS](/docs/develop/guardian/standard-registry/schemas/schema-apis-for-asynchronous-execution/previews-the-schema-from-ipfs.md)


---

# Agent Instructions: 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:

```
GET https://guardian.hedera.com/docs/develop/guardian/standard-registry/schemas/schema-apis-for-asynchronous-execution.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
