TV Show

TV_Show - Keytalk

Returns top 30 Keytalk

get

💡 https://2xg3kcbbw6.execute-api.us-west-1.amazonaws.com/dev/tvshows/{id}/keytalks

Parameter

Field

Type

Description

id

Number

Tv Show id

  • Success-Response:

{
  "keytalks": [
    "big letdown",
    "nostalgic",
    "quite convincing",
    "cast of mostly unknown actors",
    "overrated",
    "worth waiting",
    "crescendo",
    "most intense",
    "vintage",
    "out of nowhere",
    "more thrilling",
    "building tension",
    "building suspense",
    "utterly disappointing",
    "splitting up",
    "freakish",
    "early childhood"
  ]
}
  • 400 Error-Response:

HTTP/1.1 400 Bad Request
{
"status_message": "Bad Request"
}

TV_Show - similar

Analyzes movie and returns top 20 movies similar to selection.

get

💡 https://2xg3kcbbw6.execute-api.us-west-1.amazonaws.com/dev/tvshows/{id}/similar

Header

Field

Type

Description

x-api-key

String

api key
Default value: 9Og722RZv26s1IMUobdSv3mtEpbpe4G43f9inT4R

token

String

token
Default value: Token issued by the Keytalk AI.

  • Header-Example:

{
  "x-api-key": "aV8FZtOXsQ2zqs3w85JBuasA0j0dEmIm9QrzNHod",
  "Content-Type": "application/json",
  "Access-Control-Allow-Origin": "*",
  "token": "Token issued by the Keytalk AI."
}

Parameter

Field

Type

Description

id

Number

Tv Show id

  • Success-Response:

{
  "similar_series_id": [
    "114053",
    "93219",
    "59941",
    "96231",
    "65876",
    "59717",
    "643",
    "59375",
    "62223",
    "113877"
  ]
}
  • 400 Error-Response:

HTTP/1.1 400 Bad Request
{
    "status_message": "Bad Request"
}