# Set tracked engines

- Method: `PUT`
- Path: `/projects/{project_id}/engines`
- Tier: All accounts
- HTML docs: https://docs.visiblee.ai/api/reference/put-projects-project-id-engines/
- Interactive docs: https://docs.visiblee.ai/api/#endpoint=put-projects-project-id-engines

## Description

Public endpoint for structured AI visibility intelligence.

## cURL Example

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

## Path Parameters

- `project_id` (string (uuid), required): No description provided.

## Query Parameters

No query parameters for this endpoint.

## Request Body

Media type: `application/json`

```json
{}
```

## Response

Successful Response

Media type: `application/json`

## JSON Response

```json
[]
```
