# Streamforge External API ## Docs - [Get audience analysis](https://docs.streamforge.com/api-reference/advanced/get-audience-analysis.md): Fetch AI-enriched audience analysis for a profile, including demographics, interests, community health, and brand safety statistics. - [Get profile analysis](https://docs.streamforge.com/api-reference/advanced/get-profile-analysis.md): Fetch AI-enriched metadata for a profile, including demographics, classifications, interests, and business data. - [Get profile email](https://docs.streamforge.com/api-reference/advanced/get-profile-email.md): Fetch the profile's email address if available. - [Get profile socials](https://docs.streamforge.com/api-reference/advanced/get-profile-socials.md): Fetch cross-platform social linking data that identifies when the same creator has profiles across multiple platforms (e.g., their Twitter, YouTube, and Twitch accounts belong to the same person). - [Get multiple content items](https://docs.streamforge.com/api-reference/content/bulk-content.md): Fetch multiple content items in a single request. Accepts up to 100 content IDs. - [Get single content item](https://docs.streamforge.com/api-reference/content/get-content.md): Fetch a single content item (stream/video) by platform and content ID - [List content](https://docs.streamforge.com/api-reference/content/list-content.md): Get recent content (streams/videos) for a platform, paginated with cursor-based pagination - [List content by profile](https://docs.streamforge.com/api-reference/content/list-content-by-profile.md): Get content (streams/videos) for a specific profile, paginated with cursor-based pagination - [Get multiple games](https://docs.streamforge.com/api-reference/games/bulk-games.md): Fetch multiple games by platform-specific game IDs or IGDB IDs in a single request. Accepts up to 100 game IDs. - [Get game by platform ID](https://docs.streamforge.com/api-reference/games/get-game.md): Fetch a game by platform-specific game ID or IGDB ID. - For Twitch: provide Twitch game ID - For YouTube: provide YouTube game channel ID - For IGDB: provide IGDB game ID directly - [Get content for a game](https://docs.streamforge.com/api-reference/games/get-game-content.md): Fetch content (streams/videos) related to a specific game, sorted by creation/publication date. Games only exist on Twitch and YouTube platforms. - [Search games](https://docs.streamforge.com/api-reference/games/search-games.md): Search for games by name. Optionally filter by platform availability (Twitch or YouTube). Returns games sorted by popularity (total_rating_count) then name. - [Health check](https://docs.streamforge.com/api-reference/health/health-check.md): Returns API status without authentication - [Get multiple profiles](https://docs.streamforge.com/api-reference/profiles/bulk-profiles.md): Fetch multiple creator profiles in a single request. Accepts up to 100 profile IDs. - [Get single profile](https://docs.streamforge.com/api-reference/profiles/get-profile.md): Fetch a single creator profile by platform and profile ID - [List profiles](https://docs.streamforge.com/api-reference/profiles/list-profiles.md): Get profiles, paginated with cursor-based pagination - [Fetch profile IDs by handle](https://docs.streamforge.com/api-reference/profiles/lookup-handles.md): Fetch profile IDs for multiple platform handles in a single request. - [Authentication & Rate Limits](https://docs.streamforge.com/essentials/authentication.md): API key authentication and rate limiting information - [Advanced Insights](https://docs.streamforge.com/guides/advanced-insights.md): Using AI-enriched insights and audience analysis for creator evaluation - [Bulk Operations](https://docs.streamforge.com/guides/bulk-operations.md): Efficiently fetch multiple items in a single request using bulk endpoints - [Content Analysis](https://docs.streamforge.com/guides/content-analysis.md): Analyzing streams, videos, and content metrics across platforms - [Creator Discovery Workflow](https://docs.streamforge.com/guides/creator-discovery.md): Step-by-step guide to finding and analyzing creators across platforms - [Credit Management](https://docs.streamforge.com/guides/credit-management.md): Optimize your API usage and manage credit efficiently - [Data Freshness](https://docs.streamforge.com/guides/data-freshness.md): Understanding data update cadence and caching recommendations - [Error Handling](https://docs.streamforge.com/guides/error-handling.md): Handle API errors gracefully with proper status codes and retry strategies - [Game Data & Content](https://docs.streamforge.com/guides/game-data.md): Working with game metadata, IGDB integration, and game-related content - [Pagination & Cursors](https://docs.streamforge.com/guides/pagination.md): Learn how to navigate through paginated results using cursor-based pagination - [Platform Identifiers](https://docs.streamforge.com/guides/platform-identifiers.md): Understanding profile IDs, content IDs, and game IDs across different platforms - [Introduction](https://docs.streamforge.com/index.md): Welcome to the Streamforge External API documentation ## OpenAPI Specs - [openapi](https://docs.streamforge.com/api-reference/openapi.yaml)