2024-09-11 13:36:53 +05:30
---
2025-06-20 19:46:38 +05:30
title: REST API Connector | OpenMetadata Integration Documentation
2024-09-11 13:36:53 +05:30
slug: /connectors/api/rest
---
{% connectorDetailsHeader
name="REST"
stage="BETA"
platform="OpenMetadata"
availableFeatures=["API Endpoint", "Request Schema", "Response Schema"]
unavailableFeatures=[]
/ %}
In this section, we provide guides and references to use the OpenAPI/REST connector.
Configure and schedule REST metadata workflows from the OpenMetadata UI:
- [Requirements ](#requirements )
- [Metadata Ingestion ](#metadata-ingestion )
2025-03-31 13:23:52 +05:30
- [Troubleshooting ](/connectors/api/rest/troubleshooting )
2024-09-11 13:36:53 +05:30
2024-12-12 11:34:09 +05:30
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/api/rest/yaml"} /%}
2024-09-11 13:36:53 +05:30
## Requirements
### Generate OpenAPI Schema URL
- Generate OpenAPI schema url for your service[OpenAPI spec ](https://swagger.io/specification/#openapi-document )
## Metadata Ingestion
{% partial
2024-12-12 11:34:09 +05:30
file="/v1.7/connectors/metadata-ingestion-ui.md"
2024-09-11 13:36:53 +05:30
variables={
connector: "VertexAI",
2024-12-12 11:34:09 +05:30
selectServicePath: "/images/v1.7/connectors/rest/select-service.png",
addNewServicePath: "/images/v1.7/connectors/rest/add-new-service.png",
serviceConnectionPath: "/images/v1.7/connectors/rest/service-connection.png",
2024-09-11 13:36:53 +05:30
}
/%}
{% stepsContainer %}
{% extraContent parentTagName="stepsContainer" %}
#### Connection Options
**OpenAPI Schema URL**:
An OpenAPI schema URL typically refers to the URL where the OpenAPI Specification (OAS) document of a web service is hosted. The document defines the service's API, including available endpoints, request/response formats, authentication methods, etc. It is usually in JSON format. for e.g. `https://petstore3.swagger.io/api/v3/openapi.json`
**Token**: An authentication token to connect to an OpenAPI schema URL. It is only required if the API schema is protected or secured.
{% /extraContent %}
2024-12-12 11:34:09 +05:30
{% partial file="/v1.7/connectors/test-connection.md" /%}
2024-09-11 13:36:53 +05:30
2024-12-12 11:34:09 +05:30
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
2024-09-11 13:36:53 +05:30
{% /stepsContainer %}