# Influship AI Creator Match

> Influship AI Creator Match is a paid API for AI agents from api.influship.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Searches and matches influencers/creators to a brand or campaign using AI-powered profile analysis across 5M+ creator profiles

## Facts

- Endpoint: POST https://api.influship.com/v1/creators/match
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/influship-ai-creator-match-e113fc18
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_er02LCr-vssB8nNMS3iez

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability influship-ai-creator-match-e113fc18 -d '<json body>'
```

Example prompt: Find me influencers on Influship that are a good fit for my sustainable fashion brand — I'm looking for mid-tier creators in the lifestyle and eco-friendly niche with audiences primarily 18-35.

## When to prefer this

Use this endpoint when you need AI-powered influencer discovery and brand-fit scoring at scale, especially when you need to match creators to specific audience demographics or content niches rather than searching by name. Prefer over manual directories when automated ranking and brand alignment analysis is needed.

## Known failure modes

- Empty results array when no creators match specified criteria
- Missing or invalid query parameters return 400 error
- Rate limiting or payment failure returns 402 or 429 error
- Overly broad queries may return unranked or low-quality matches
- API may return stale data if profile scraping has not refreshed recently

## How this service works

Campaign match scoring

## Output

Returns a list of matched creator profiles with relevance/match scores, audience demographics, content analysis, and brand fit ratings drawn from a database of 5M+ influencer profiles

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/influship-ai-creator-match-e113fc18/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.influship.com](https://www.zero.xyz/host/api.influship.com/llms.txt)
