Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
This is a unique identifier for a movie.
Example:
""
Response
200 - application/json
keywords
Example:
558449
Example:
[
{ "id": 6917, "name": "epic" },
{ "id": 1394, "name": "gladiator" },
{ "id": 1405, "name": "roman empire" },
{ "id": 5049, "name": "ancient rome" },
{ "id": 9663, "name": "sequel" },
{ "id": 307212, "name": "evil tyrant" },
{ "id": 317728, "name": "sword and sandal" },
{ "id": 320529, "name": "sword fighting" },
{ "id": 321763, "name": "second part" }
]