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

# API Services | Collate Connector Integration Guide

> Discover Collate API connectors to seamlessly integrate your data sources. Complete documentation, setup guides, and examples for all supported APIs.

# API Services

## Overview

The Collate API service facilitates metadata ingestion from RESTful APIs that expose OpenAPI (Swagger) specifications. This connector is particularly useful for integrating custom services or third-party tools that are not natively supported by OpenMetadata.

This is the supported list of connectors for API Services:

<CardGroup cols="2">
  <Card title="REST" icon="https://mintcdn.com/collatedocs/piJyXg9wW6Ik1lg-/public/images/connectors/rest.webp?fit=max&auto=format&n=piJyXg9wW6Ik1lg-&q=85&s=a70f0bcb3820e80013acebe54bb9eefa" href="/connectors/api/rest" horizontal width="188" height="188" data-path="public/images/connectors/rest.webp">
    <div className="prod-beta-chip prod">PROD</div>

    <img src="https://mintcdn.com/collatedocs/qTqd1tlB8cqEVgXb/public/images/connectors/openmetadata-logo.png?fit=max&auto=format&n=qTqd1tlB8cqEVgXb&q=85&s=ad28bd1f2fd6ae2dd39f0703121c1653" style={{ position: 'absolute', top: '17px', right: '60px', width: 'auto', height: '16px', margin: '0' }} alt="OpenMetadata" width="69" height="83" data-path="public/images/connectors/openmetadata-logo.png" />
  </Card>
</CardGroup>

## Supported Features

* Metadata Ingestion: Extracts metadata from services exposing OpenAPI JSON schemas.
* Custom Integration: Allows integration with bespoke systems through standardized API definitions.
* Flexible Deployment: Supports both UI-based and CLI-based ingestion workflows.

## Use Cases

* Custom Application Integration: Ingest metadata from proprietary applications exposing OpenAPI specifications.
* Third-Party Tools: Integrate with external tools and platforms that provide RESTful APIs.
* Extended Metadata Management: Enhance metadata coverage by incorporating services beyond the default connectors.

## Best Practices

* Schema Validation: Ensure the OpenAPI JSON schema is valid and accessible.
* Authentication Management: Securely store and manage authentication tokens required for API access.
* Regular Updates: Periodically update the OpenAPI JSON schema URL if the API definitions change.

If you have a request for a new connector, don't hesitate to reach out in [Slack](https://slack.open-metadata.org/) or
open a [feature request](https://github.com/open-metadata/OpenMetadata/issues/new/choose) in our GitHub repo.
