Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Narrative Sports Highlight Packages API

The Highlight Packages API from Narrative Sports — 3 operation(s) for highlight packages.

Narrative Sports Highlight Packages API is one of 6 APIs that Narrative Sports publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Highlight Packages. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 5 operations across 3 paths, and defines 10 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.narrative-sports.com.

5 operations 3 paths 10 schemas 1 DELETE3 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.narrative-sports.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Narrative Sports Highlight Packages API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 5

Across 3 paths, the API surfaces 5 operations — 1 DELETE, 3 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Highlight Packages 5
POST
/v1/highlight-packages
Create Highlight Package
body → 200422
GET
/v1/highlight-packages
List Highlight Packages
5 params → 200422
GET
/v1/highlight-packages/batch
Batch Highlight Packages
5 params → 200422
GET
/v1/highlight-packages/{package_id}
Get Highlight Package
1 param → 200422
DELETE
/v1/highlight-packages/{package_id}
Delete Highlight Package
1 param → 204422

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are MultiGamePackageResponse (23 properties), MultiGamePackageListItem (15 properties), CreateMultiGamePackageRequest (13 properties), RecapOptions (7 properties). Each schema is shown below with its type and property counts.

MultiGamePackageResponse
object
23 properties 3 required
HTTPValidationError
object
1 property
ListMultiGamePackagesResponse
object
3 properties 2 required
CreateMultiGamePackageRequest
object
13 properties 2 required
ValidationError
object
3 properties 3 required
BatchMultiGamePackagesResponse
object
2 properties 1 required
MultiGamePackageListItem
object
15 properties 5 required
RecapOptions
object
7 properties
CreateMultiGamePackageResponse
object
3 properties 1 required
ProjectFightFilter
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

usenarrative-highlight-packages-api-openapi.yml Raw ↑

Other APIs Narrative Sports publishes across the network.

Narrative Sports Health API
Narrative Sports Highlights API
Narrative Sports Projects API
Narrative Sports Recaps API
Narrative Sports Tasks API