Save creators to a list
POST/v1/creator-lists/:id/creators
Add creators to an existing creator list. SaaS workspace entitlement required. The {id} path parameter must be the list UUID. This endpoint only saves to an existing list — create one first with POST /v1/creator-lists. creator_ids (≥1 valid UUID, max 100) is required.
Request
Responses
- 200
- 400
- 401
- 402
- 403
- 404
- 429
- 500
- 501
Creators saved to the list.
Bad request or validation error (BAD_REQUEST / VALIDATION_ERROR).
Missing, invalid, or revoked API key.
Insufficient credits for this operation.
API access disabled or workspace entitlement required.
Resource not found, or result expired past retention.
Rate limit exceeded — back off per Retry-After.
Unexpected server error.
Endpoint is registered but not implemented yet.