# External APIs

**Base URL:** `/api/v1/external`

These endpoints allow external systems to push Verifiable Credential (VC) documents into running Guardian policy workflows, either by specifying a target block via URL path parameters or by resolving the policy from fields within the request body.

**Authentication:** No authentication is required for any endpoint in this group.

***

## Endpoints

| Method | Endpoint                                      | Description                                                                   | Auth Required |
| ------ | --------------------------------------------- | ----------------------------------------------------------------------------- | ------------- |
| POST   | `/external/{policyId}/{blockTag}`             | Send data from an external source to a specific policy block                  | No            |
| POST   | `/external`                                   | Send data from an external source (policy resolved from request body)         | No            |
| POST   | `/external/{policyId}/{blockTag}/sync-events` | Send data to a specific block with synchronous event response                 | No            |
| POST   | `/external/sync-events`                       | Send data with synchronous event response (policy resolved from request body) | No            |

***

## Endpoint Details

* [Sends Data from External Source (Specific Block)](/docs/develop/tasks-and-external/external-apis/sends-data-from-external-source.md)
* [Sends Data from External Source (Generic)](/docs/develop/tasks-and-external/external-apis/sends-data-from-external-source-generic.md)
* [Sends Data with Sync Events (Specific Block)](/docs/develop/tasks-and-external/external-apis/sends-data-with-sync-events.md)
* [Sends Data with Sync Events (Generic)](/docs/develop/tasks-and-external/external-apis/sends-data-with-sync-events-generic.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/tasks-and-external/external-apis.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.
