API Documentation
Welcome to the developer resources for PH3AR. Integrate our services into your applications seamlessly.
# Watch This API
Retrieve movie and TV show details and recommendations powered by AI.
POST /api/getMediaDetails
Request Body
{
"title": "string" // The title of the movie or show to search for
}Response
{
"Title": "The Matrix",
"Year": "1999",
"Plot": "A computer hacker learns from mysterious rebels...",
"Poster": "https://...",
...
}# MCP Initialization
The Model Context Protocol (MCP) allows for standardized context exchange between AI models and applications.
To initialize MCP connection with PH3AR services, please refer to the dedicated MCP portal.
Visit MCP PortalConfiguration
Standard MCP configuration parameters apply. Ensure your client supports the latest protocol version.