paid-media-api

Document read-only APIs with endpoints, authentication flows, rate limits, pagination patterns, and JSON schemas.

1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/MightyHive/ingestion-agent --skill paid-media-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paid-media-api
Source: https://github.com/MightyHive/ingestion-agent/tree/main/src/skills/paid-media-api
Command: npx skills add https://github.com/MightyHive/ingestion-agent --skill paid-media-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

API teams and data engineers spend hours manually collecting API docs, authentication flows, rate limits, pagination patterns, and sample JSON schemas. This Skill automates discovery and documentation of read-only API details to feed data models and pipelines.

Core Features & Use Cases

  • Discover endpoints, auth flows, rate limits, pagination patterns, and sample JSON schemas for target APIs.
  • Support known platforms (Meta Marketing API, Google Ads API, YouTube Data API, TikTok Marketing API) and unknown/custom APIs via search_web, read_documentation_url, and analyze_json_schema.
  • Use Case: quickly generate a structured API discovery report to seed downstream data models and BI pipelines.

Quick Start

Provide a high-level API discovery for a given API name and return a structured investigation-ready report.

Frequently Asked Questions about paid-media-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover read-only API endpoints and authentication flows for data pipelines?

To discover read-only API endpoints and authentication flows for data pipelines, you can automate the extraction of minimum metadata including base URLs, rate limits, pagination patterns, and sample JSON schemas to produce a structured investigation report.

What's the best way to document API rate limits and pagination patterns for Meta Marketing and Google Ads?

The best way to document API rate limits and pagination patterns for Meta Marketing and Google Ads is to use automated discovery tools that extract these specific read-only metadata fields and return them in a structured JSON format for pipeline integration.

Can I extract sample JSON schemas from unknown or custom APIs for my BI pipeline?

Yes, you can extract sample JSON schemas from unknown or custom APIs for your BI pipeline by utilizing web search and documentation reading functions to analyze the target API and identify available fields and structure.

Does API discovery for data pipelines support TikTok Marketing and YouTube Data APIs?

API discovery for data pipelines explicitly supports TikTok Marketing and YouTube Data APIs, identifying their endpoints, auth methods, and pagination patterns to seed downstream data models without generating any write operations.

How do I generate a structured API investigation report for downstream data models?

You generate a structured API investigation report for downstream data models by collecting metadata such as base_url, auth method, endpoints, available_fields, pagination, rate_limits, and freshness into a defined JSON format.

What limitations exist when automating read-only API documentation for data engineering?

A key limitation of automating read-only API documentation for data engineering is that it strictly prohibits generating any write operations, focusing solely on extracting discovery metadata like endpoints and schemas to feed data models safely.