HypeAuditor
Data-driven Influencer marketing platform for brands & agencies that helps to find the best influencer, analyze the market, track and measure influencer campaigns.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "HYPEAUDITOR_1A9E7B9018C65E0C27FEE0CEFFCD2A36", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("HYPEAUDITOR_1A9E7B9018C65E0C27FEE0CEFFCD2A36", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute HYPEAUDITOR_1A9E7B9018C65E0C27FEE0CEFFCD2A36 --data '{ }'Tool catalog
Available tools
22 callable operations
Create a media planHYPEAUDITOR_1A9E7B9018C65E0C27FEE0CEFFCD2A36Creates a new media planConnection
Creates a new media plan
Authentication
Connected account requiredTags
Get media plan metricsHYPEAUDITOR_1D082FED137373708F242DB1C2979CB2Returns aggregated metrics for a media plan including overall metrics and metrics broken down by social network (Instagram, YouTube, TikTok)Connection
Returns aggregated metrics for a media plan including overall metrics and metrics broken down by social network (Instagram, YouTube, TikTok)
Authentication
Connected account requiredTags
Get list of media plan creatorsHYPEAUDITOR_33E2549A4C59350677DBD720E7A93241Returns a paginated list of creators for a specific media plan, including their social network accounts in a compact format. Each creator may be associated with multiple social network accounts.Connection
Returns a paginated list of creators for a specific media plan, including their social network accounts in a compact format. Each creator may be associated with multiple social network accounts.
Authentication
Connected account requiredTags
Check unlock status for a list of reportsHYPEAUDITOR_3CC63059BFD146042F5F4ECA856B53CCReturns the unlock status for each requested influencer report, identified by social_type and social_id or username.Connection
Returns the unlock status for each requested influencer report, identified by social_type and social_id or username.
Authentication
Connected account requiredTags
Unlock emails for a list of creatorsHYPEAUDITOR_404F3B031E8CE936EFF30BA183DA50CEUnlocks and returns email addresses for each requested creator, identified by social_type and social_id. Spends unlock tokens when an email is unlocked.Connection
Unlocks and returns email addresses for each requested creator, identified by social_type and social_id. Spends unlock tokens when an email is unlocked.
Authentication
Connected account requiredTags
Get lookalike creator recommendationsHYPEAUDITOR_4589D4C3BFC1482D48A37CD953D01FA3Find similar creators accounts based on provided usernames or social IDs. Results are returned synchronously.Connection
Find similar creators accounts based on provided usernames or social IDs. Results are returned synchronously.
Authentication
Connected account requiredTags
Update media plan accountsHYPEAUDITOR_4854B6A639C37AAA8EA2F43041DE6E35Updates accounts in a specific media plan. Accepts up to 20 accounts per request. All fields except social_type and social_id are optional — only provided fields will be updated.Connection
Updates accounts in a specific media plan. Accepts up to 20 accounts per request. All fields except social_type and social_id are optional — only provided fields will be updated.
Authentication
Connected account requiredTags
Update a media planHYPEAUDITOR_4A4E5B16C7143EFD3CF8A3453DA69B31Updates an existing media plan with the provided data. All top-level fields are optional: if not provided - field will not be updated, if null is provided - null will be written.Connection
Updates an existing media plan with the provided data. All top-level fields are optional: if not provided - field will not be updated, if null is provided - null will be written.
Authentication
Connected account requiredTags
Get list of media plansHYPEAUDITOR_4BBA329A2A3DCA89364C3F5AC47E947CReturns a paginated list of media plansConnection
Returns a paginated list of media plans
Authentication
Connected account requiredTags
List of media plans eventsHYPEAUDITOR_4E31E75E5B7DD4CB01C687650C85E7E4Retrieves a paginated list of events for a specific social network account in a media plan.Connection
Retrieves a paginated list of events for a specific social network account in a media plan.
Authentication
Connected account requiredTags
Get list of social listening listenersHYPEAUDITOR_5E4A1794F76C5AB11CBAC5678806524ARetrieve a paginated list of all social listening listeners. Returns listeners with their current status, creator counts, and monitoring information.Connection
Retrieve a paginated list of all social listening listeners. Returns listeners with their current status, creator counts, and monitoring information.
Authentication
Connected account requiredTags
Create media plan eventHYPEAUDITOR_6B7E4FAC7C0D32859DC20CB022176F02Creates a new comment event for a specific social network account in a media plan.Connection
Creates a new comment event for a specific social network account in a media plan.
Authentication
Connected account requiredTags
Delete media plan eventHYPEAUDITOR_71BA391152F103466CFBA780E2F8EF9FDeletes a specific event from a media plan.Connection
Deletes a specific event from a media plan.
Authentication
Connected account requiredTags
Get list of creators from social listeningHYPEAUDITOR_7483F8B3A2FA631C555BEFE24FF34F8FRetrieve a paginated list of creators discovered through social listening. Returns creators who have mentioned tracked usernames, hashtags, or keywords across Instagram and TikTok. Results can be filtered by specific listener and sorted by discovery date.Connection
Retrieve a paginated list of creators discovered through social listening. Returns creators who have mentioned tracked usernames, hashtags, or keywords across Instagram and TikTok. Results can be filtered by specific listener and sorted by discovery date.
Authentication
Connected account requiredTags
Save creator social network connectionsHYPEAUDITOR_7D71DEE54B6AE2E2E17830CDDA7A62DCLinks social network accounts (reports) to a creator. Used to associate Instagram, YouTube, TikTok and other platform accounts with a specific creator identifier.Connection
Links social network accounts (reports) to a creator. Used to associate Instagram, YouTube, TikTok and other platform accounts with a specific creator identifier.
Authentication
Connected account requiredTags
Create a social listening listenerHYPEAUDITOR_7DC632D417168BF318EF0E02DC725E3CCreate a new social listening listener to track mentions, hashtags, or keywords across Instagram and TikTok. The listener will continuously monitor the specified value and collect posts from creators who use it.Connection
Create a new social listening listener to track mentions, hashtags, or keywords across Instagram and TikTok. The listener will continuously monitor the specified value and collect posts from creators who use it.
Authentication
Connected account requiredTags
Get creator mentions (posts)HYPEAUDITOR_80A656AFC2B2E24EC54093F401E73EFERetrieve all posts (mentions) from a specific creator discovered through social listening. Returns posts where the creator mentioned tracked usernames, hashtags, or keywords across Instagram and TikTok. Results can be optionally filtered by a specific listener.Connection
Retrieve all posts (mentions) from a specific creator discovered through social listening. Returns posts where the creator mentioned tracked usernames, hashtags, or keywords across Instagram and TikTok. Results can be optionally filtered by a specific listener.
Authentication
Connected account requiredTags
Get a media plan by IDHYPEAUDITOR_AE735672DFA862B75D5318A4640FA107Returns a single media plan with full details including configuration and creators states countConnection
Returns a single media plan with full details including configuration and creators states count
Authentication
Connected account requiredTags
Add accounts to media planHYPEAUDITOR_B11695B97ADDBFB32B86738817ED32EEAdds social network accounts to a specific media plan. Accepts up to 20 accounts per requestConnection
Adds social network accounts to a specific media plan. Accepts up to 20 accounts per request
Authentication
Connected account requiredTags
Delete media plan accountsHYPEAUDITOR_C5C7510E6E3A25C7C87E4EE51002115BDeletes accounts from a specific media plan. Accepts up to 20 accounts per request. Accounts that are not found in the plan will be listed in the skipped array.Connection
Deletes accounts from a specific media plan. Accepts up to 20 accounts per request. Accounts that are not found in the plan will be listed in the skipped array.
Authentication
Connected account requiredTags
Get list of media plan accountsHYPEAUDITOR_C8D4CC5B0E4412565CD47EA612EE78B4Returns a paginated list of creators’ social network accounts for a specific media planConnection
Returns a paginated list of creators’ social network accounts for a specific media plan
Authentication
Connected account requiredTags
Delete a media planHYPEAUDITOR_CDBE46C44271F4A398A3E915F9CD1789Deletes a media plan by its identifierConnection
Deletes a media plan by its identifier
Authentication
Connected account requiredTags