Direct access
Provider-owned integration
This listing is discovery-only. Calls go straight to the provider and follow the provider's docs and auth model.
Marketplace execution
Disabled
Auth and payment
Provider-defined
Use this listing to discover StableEnrich influencer endpoints for social-profile enrichment workflows.
## Access model
This is a discovery-only external API. Calls go directly to the provider; the marketplace does not proxy, authenticate, or settle them.
## Setup
1. Review the provider docs before calling any endpoint.
2. Authenticate directly with the provider as required by the provider.
3. Authenticate directly with StableEnrich as required by the provider.
## External Endpoints
### Enrich social media profile with contact info
Method: POST
Direct URL: https://stableenrich.dev/api/influencer/enrich-by-social
Docs: https://stableenrich.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stableenrich.dev/api/influencer/enrich-by-social" \
-H "Content-Type: application/json" \
-d '{
"platform": "instagram",
"username": "string"
}'
Fast only lists this provider and its docs; execution happens directly against the provider.
### Find social profiles by email
Method: POST
Direct URL: https://stableenrich.dev/api/influencer/enrich-by-email
Docs: https://stableenrich.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stableenrich.dev/api/influencer/enrich-by-email" \
-H "Content-Type: application/json" \
-d '{
"email": "[email protected]"
}'
Fast only lists this provider and its docs; execution happens directly against the provider.Have a request?