The AI Data GraphQL API provides access via HTTP to your aiWARE data. Using the API, you can create and manage jobs, access folders, create events, and access all of the resulting content that is generated by your AI processing workflows.
GraphQL is a query language that operates via a single endpoint using conventional HTTP POST requests. Use the JSON-based structure to call multiple nested resources in a single query. GraphQL lets you shape requests to specify the exact data to retrieve and avoid "over-fetched" REST responses.
Related topics