There are two APIs that allow you to interact with AI Data, which is the part of aiWARE that allows for data persistence, including long-term storage of job results and training of datasets. AI Data also handles administrative tasks.
- 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. Learn more about the API using these resources:
- The AI Data Admin REST API enables you to perform administrative tasks such as managing users, organizations, applications, and their associated permissions via REST. To view a complete list of the API endpoints, see the AI Data Admin REST Swagger documentation.