creatorpulse-api / README.md
ayushgupta7777's picture
Docker space: CreatorPulse India API
2950223
|
Raw
History Blame Contribute Delete
768 Bytes
---
title: CreatorPulse India API
emoji: πŸ“Š
colorFrom: indigo
colorTo: green
sdk: docker
app_port: 7860
pinned: false
---
# CreatorPulse India β€” API
FastAPI backend for CreatorPulse India: creator discovery, channel profiles,
niche-demand forecasts, and brand β†’ creator matching over a YouTube Data API
corpus of 12,547 Indian creators.
**Endpoints**
- `GET /healthz` β€” liveness
- `GET /stats` β€” corpus summary
- `GET /creators?q=&limit=` β€” search creators
- `GET /creators/{channel_id}` β€” single creator profile
- `GET /niches/{niche}/forecast` β€” niche demand forecast
- `POST /match` β€” rank creators for a campaign brief (semantic fit, niche overlap,
fraud risk, budget fit, reach)
Built by [Ayush Gupta](https://github.com/ayushgupta07xx).