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

# Connector Type API Proxy Creation

> You can create API Proxy using connectors. You can select and configure connectors

<CardGroup cols={1}>
  <Card title="Connector" icon="plug">
    Defined to send data to an external system. The connector does not include the variable concept, the generated data is sent raw.
  </Card>
</CardGroup>

Connectors available on Apinizer:

<CardGroup cols={3}>
  <Card title="Database Connector" icon="database">
    Used for database operations.
  </Card>

  <Card title="Elasticsearch Connector" icon="database">
    Used for Elasticsearch connections.
  </Card>

  <Card title="Kafka Connector" icon="network-wired">
    Used for Kafka connections.
  </Card>

  <Card title="RabbitMQ Connector" icon="network-wired">
    Used for RabbitMQ connections.
  </Card>

  <Card title="ActiveMQ Connector" icon="network-wired">
    Used for ActiveMQ connections.
  </Card>

  <Card title="Syslog Connector" icon="file-lines">
    Used for Syslog connections.
  </Card>

  <Card title="Webhook Connector" icon="link">
    Used for webhook connections.
  </Card>

  <Card title="Logback Connector" icon="file-lines">
    Used for Logback connections.
  </Card>
</CardGroup>

## API Proxy Creation Connector

In the API Proxy creation process, an API Proxy can be created by selecting a specific connector.

<CardGroup cols={1}>
  <Card title="Database Connector" icon="database">
    Used for database connections. When a connector is selected in the API Proxy creation screen, the configuration settings of the relevant connector are displayed and the API Proxy is created using these settings.
  </Card>
</CardGroup>
