Build with the ScorePlay API
The same media library that powers your apps, websites, and partner integrations — available programmatically. Search, enrich, transform, and deliver assets with a single API layer, metadata intact.
Getting Started
Get your API key, make your first authenticated call, and understand the request pattern.
Start here →⚡API Reference
Every endpoint with schemas and a built-in Try it console — call the live API with your key.
Explore endpoints →🖼️Image Processing
Resize, crop, and face-aware center any asset on the fly through dynamic CDN URLs.
See parameters →📦Downloads
Grab the OpenAPI spec or a ready-to-import Postman collection, pre-wired for your key.
Download Postman →What you can do
- Search anything — by player, club, stadium, competition, or match, with AND / OR / exclude logic
- Process images on the fly — resize, crop, and face-aware center through dynamic CDN URLs
- Enrich metadata — write tags, details, and timecoded video actions, then search on them instantly
- Deliver everywhere — push assets to your own storage (S3, Azure, SMB) and downstream destinations
- Automate — drive all of the above from your own systems with scoped API keys
How it works
Every workflow follows the same pattern: discover IDs, then query.
- Resolve human labels to IDs with
GET /tag/search(players, tags, sponsors) - Query assets with
POST /media/searchusing those IDs - Each result carries three quality tiers — photographer, compressed, thumbnail — plus dynamic image URLs
Authenticate every request with an api_key query parameter, scoped to your organization.
Getting help
Questions, support, or feedback? Reach our team at engineering@scoreplay.io. Happy building.