Flix Recs API Keys

Flix Recs API

Why Use Flix Recs API?

Flix Recs API is an AI-powered recommendation system designed to provide on the go personalized movie and TV show suggestions based on:

This API is perfect for **developers, streaming services, and content platforms** looking to handle complex user queries and integrate smart movie/show recommendations into their applications.

Thus, having the ability to improve your users experience and improve user retention.

By generating an API key from us, you are agreeing that if you use our service you will provide credit on each transaction(see example below):

e.g. User sends query -> Post Request -> Flix Recs API -> Output For User: Several movies/shows with detailed data (Powered By Flix Recs API)

How to Use the API

Use your API key to send a request and get movie/show recommendations.

Main Query: John Wick but with a female lead

📌 Example Request (GET) – Using JavaScript Fetch:


fetch('https://flix-api-b.onrender.com/recommend?query=John%20Wick%20but%20with%20a%20female%20lead', {
    method: 'GET',
    headers: {
        'X-API-KEY': 'your_api_key_here'
    }
})
.then(response => response.json())
.then(data => console.log(data));
    

📌 Example Request (GET) – Using cURL (Manual Encoding):


curl -X GET "https://flix-api-b.onrender.com/recommend?query=John%20Wick%20but%20with%20a%20female%20lead" 
 ^-H "X-API-KEY: your_api_key_here"
    

📌 Example Request (GET) – Using cURL (Auto-encoding Spaces):


curl -G "https://flix-api-b.onrender.com/recommend" 
     --data-urlencode "query=John Wick but with a female lead" ^-H "X-API-KEY: your_api_key_here"
    

📌 Example Response:


{
    "recommendations": [
        {
            "title": "Killing Eve",
            "cast": ["Sandra Oh", "Jodie Comer", "Fiona Shaw"],
            "rating": 8.0,
            "runtime": "43 min",
            "release_date": "2018-04-08",
            "platforms": ["Netflix", "HBO Max"],
            "fullplot": "A security consultant hunts for a ruthless assassin...",
            "TV": false,
            "score": 0.95
        },
        {
            "title": "Ava",
            "cast": ["Jessica Chastain", "John Malkovich"],
            "rating": 5.8,
            "runtime": "96 min",
            "release_date": "2020-07-02",
            "platforms": ["Amazon Prime Video"],
            "fullplot": "A black ops assassin is forced to fight for her own survival...",
            "TV": false,
            "score": 0.92
        }
    ]
}
    

Manage your API keys, track usage, and upgrade your plan.

Your API Keys

API KeyCreated AtUsage CountPlan Type

API Plans

Choose the right plan for your needs:

Need a custom amount of requests (i.e. Enterprise level Tier)? Or just general help using our API. If so, please reach out to us at: customersupport@flixrecs.com