Creates a new saved search with optional filter values
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer ctgo_your_api_key_here |
Content-Type | Yes | application/json |
null to leave it unset.
| Field | Type | Required | Description |
|---|---|---|---|
name | string | No | Display name (max 100 characters) |
description | string | No | Description (max 500 characters) |
genderValues | array of strings | No | Gender filter values (max 10 items) |
followerCountTiers | array of strings | No | Follower count tier filter values (max 20 items) |
appliedSearchFilters | object | No | Custom AI filter categories, as { "category": ["label1", "label2"] } |