---
title: "Export Saved Influencers Endpoint"
method: POST
path: "/api/v1/remy/saved-influencers/export"
tags: ["remy", "remy"]
---

# Export Saved Influencers Endpoint

`POST /api/v1/remy/saved-influencers/export`

Export the whole matching set GET /saved-influencers shows, as a styled .xlsx — runs in the background.

## Query parameters

- `search` string, nullable — Handle or full name substring, case-insensitive.
- `followers` string[], nullable — Bands: under_10k|10k_100k|100k_500k|500k_1m|1m_plus. Multi-select OR'd.
- `engagement_rate_min` number, nullable — Minimum engagement rate percent. Creators with no measured ER are excluded.
- `language` string[], nullable — Multi-select OR'd.
- `category` string[], nullable — Bucket name or raw category. Multi-select OR'd.
- `followership` string[], nullable — Bucket name or raw country. Multi-select OR'd.

## Response `200`

Successful Response

- StartExportResponseDTO
  - `job_id` string, required
  - `total` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/a9374f6fe96c/schema)
