# List engines

- Method: `GET`
- Path: `/engines`
- Tier: All accounts
- HTML docs: https://docs.visiblee.ai/api/reference/get-engines/
- Interactive docs: https://docs.visiblee.ai/api/#endpoint=get-engines

## Description

Public endpoint for structured AI visibility intelligence.

## cURL Example

```bash
curl --request GET \
  --url 'https://api.visiblee.ai/v1/public/engines' \
  --header 'X-API-Key: YOUR_API_KEY'
```

## Path Parameters

No path parameters for this endpoint.

## Query Parameters

No query parameters for this endpoint.

## Response

Successful Response

Media type: `application/json`

## JSON Response

```json
[]
```
