# Submit Influencers to campaign This endpoint adds the influencers to the specified campaign. The influencer is scheduled for outreach if the campaign is set to send one. This is like adding influencers to a campaign from the Influencer Finder. Credit Usage: - Each influencer added costs 0.04 search credits. - Duplicate influencers (already in the account) are automatically skipped. Endpoint: POST /v1/search/submit_influencers Version: 1.4.2 Security: ApiKeyAuth ## Request fields (application/json): - `outreach_id` (string, required) The ID of the outreach campaign to add influencers to. Example: "O_I4SFHB" - `influencer_ids` (array, required) List of influencer user IDs to add to the campaign. Example: ["703787","703739","703738"] - `platform` (string, required) The social media platform of the influencers. Enum: "instagram", "tiktok", "youtube" ## Response 200 fields (application/json): - `message` (string) Summary message of the operation. - `total_added` (integer) Number of influencers successfully added. - `duplicates_ignored` (integer) Number of duplicate influencers that were skipped. - `success` (boolean) - `status` (integer) ## Response 400 fields ## Response 402 fields ## Response 404 fields