GraphQL API ReferenceFlexible queries and real-time subscriptions for your ML workflows
Powerful GraphQL interface for accessing machine learning models with precise data fetching and real-time updates.
Endpoint
https://api.litends.com/graphql
Playground
https://api.litends.com/graphql/playground
Schema
Introspection Enabled
GraphQL Sections
Overview
GraphQL API fundamentals and benefits
GraphQL Benefits
Our GraphQL API provides a powerful, flexible interface for accessing machine learning models and data. With GraphQL, you can request exactly the data you need and receive real-time updates through subscriptions.
Key Features
- Request exactly the data you need
- Single endpoint for all operations
- Real-time subscriptions for live updates
- Strongly typed schema
Authentication
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Ready to explore GraphQL?
Try our GraphQL API in the interactive playground or explore our client libraries for easier integration.