Documentation Index
Fetch the complete documentation index at: https://docs.influship.com/llms.txt
Use this file to discover all available pages before exploring further.
What’s New
Raw Instagram post lookup and transcripts
You can now look up an individual Instagram post by shortcode and fetch video transcripts directly from the raw API. These endpoints return fresh raw post data, including fields that are not guaranteed on cached post-list responses, such as coauthors, paid partnership flags, tagged users, product mentions, display resources, video versions, music attribution, and location data.Available endpoints:GET /v1/raw/instagram/post/{shortcode}for one postPOST /v1/raw/instagram/postsfor up to 20 posts in one requestGET /v1/raw/instagram/transcript/{shortcode}for one video post transcriptPOST /v1/raw/instagram/transcriptsfor up to 10 video post transcripts in one request
- Instagram Post Lookup
- Instagram Post Transcripts
MCP Server
The Influship MCP server is live atmcp.influship.com/mcp. Connect any Model Context Protocol-compatible client — Claude Desktop, Claude Code, Cursor, Windsurf, ChatGPT Connectors, VS Code — and the API surfaces as eight typed tools the agent can call directly.Pay per request with x402 (no API key needed)
Anonymous AI agents can now hit any Influship endpoint via the x402 payment protocol. The agent makes a request without anX-API-Key, gets a 402 Payment Required back with a USDC-on-Base price, signs a payment, and retries — all in seconds, no signup, no billing setup.Pay with MPP (Stripe cards or USDC on Tempo)
The Machine Payments Protocol — Stripe and Tempo’s open standard for HTTP-native machine-to-machine payments — coexists with x402 on the same endpoints. Pay per request via Stripe SPT (Shared Payment Tokens, USD via card) or USDC on Tempo. Pick whichever rail your client supports; the API accepts both.Weighted lookalike seeds
Lookalike search now accepts up to 10 seeds with individual weights (0-1). Higher weights make the API lean more heavily on that seed’s characteristics when ranking results.This is particularly useful when you have campaign performance data — weight your best performers higher and the API finds more creators who skew toward that profile.Search billing and rate limit alignment
Search billing now cleanly separates the base fee (AI inference cost) from the per-creator delivery fee. Rate limit headers are consistent across all endpoints and accurately reflect credit consumption.Campaign match endpoint
POST /v1/creators/match scores creators against a campaign brief. Each result includes a decision (good, neutral, or avoid), a numeric score, and human-readable reasoning.The intent.query field (500 chars) describes the campaign. The optional intent.context field (2,000 chars) adds background — target demographics, content format preferences, brand guidelines.See Match Reasons for how to interpret the output.