highlightly_baseball_highlights
Retrieve baseball highlight clips by date, match, or league. Get video URLs, embed codes, and match details.
Instructions
Baseball highlight clips.
Returns: {data:[{id, title, url, embedUrl, imgUrl, match:{…}}], pagination} — SHAPE FROM VENDOR DOCS.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: A day's baseball highlights {"date": "2024-07-04"}
Auth: needs your own key in HIGHLIGHTLY_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD. | |
| limit | No | Page size. | |
| matchId | No | One match. | |
| leagueId | No | One competition. |