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 Tasks API

The Tasks API from Narrative Sports — 8 operation(s) for tasks.

Narrative Sports Tasks 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 Tasks. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 8 operations across 8 paths, and defines 21 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.

8 operations 8 paths 21 schemas 3 GET5 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 Tasks API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 8

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

Tasks 8
POST
/v1/tasks/warmupdeprecated
Warm Up Instance
body → 200422
POST
/v1/tasks/assign-taskdeprecated
Assign Task
body → 200422
POST
/v1/tasks/create-task
Create Task
1 param body → 200422
GET
/v1/tasks/list-tasks
List Tasks
1 param → 200422
GET
/v1/tasks/{task_id}/statusdeprecated
Get Task Status
1 param → 200422
GET
/v1/tasks/{task_id}/info
Get Task Info
1 param → 200422
POST
/v1/tasks/{task_id}/kill
Kill Task
1 param body → 200422
POST
/v1/tasks/{task_id}/extend-life
Extend Task Life
1 param body → 200422

Schemas 21

The contract defines 21 schemas that model the data the API accepts and returns. The most detailed are CreateTaskRequest (11 properties), AssignTaskRequest (9 properties), TaskInfo (8 properties), ExtendLifeResponse (5 properties). Each schema is shown below with its type and property counts.

WarmupRequest
object
3 properties 1 required
ValidationError
object
3 properties 3 required
CreateTaskRequest
object
11 properties 1 required
CreateTaskResponse
object
3 properties 1 required
RenderVideoOptions
object
2 properties 1 required
Body_kill_task_v1_tasks__task_id__kill_post
object
1 property
OtioOutputConfig
object
3 properties
ExtendLifeResponse
object
5 properties 3 required
GetTaskInfoResponse
object
2 properties 1 required
AssignTaskResponse
object
4 properties 2 required
HTTPValidationError
object
1 property
KillTaskResponse
object
4 properties 3 required
WarmupResponse
object
3 properties 2 required
NarrativeSport
string
TaskInfo
object
8 properties 2 required
TaskResult
string
ExtendLifeRequest
object
1 property 1 required
GetTaskStatusResponse
object
3 properties 2 required
ListTasksResponse
object
2 properties 1 required
AssignTaskRequest
object
9 properties 1 required
TeamNames
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

usenarrative-tasks-api-openapi.yml Raw ↑

Other APIs Narrative Sports publishes across the network.

Narrative Sports Health API
Narrative Sports Highlight Packages API
Narrative Sports Highlights API
Narrative Sports Projects API
Narrative Sports Recaps API