Introduction to the Deltaray API
Last updated August 14, 2024
Deltaray's API (Application Programming Interface) allows you to programmatically interact with the platform, automating tasks, integrating with other systems, and extending Deltaray's functionality. This powerful interface opens up a world of possibilities for customizing your data workflows.
Deltaray API Capabilities
- Data Management:
- Create Datasets: Programmatically create new datasets within Deltaray.
- Update Datasets: Modify existing datasets, including adding, updating, or deleting records.
- Retrieve Data: Query datasets and retrieve data based on specific criteria.
- Transformations:
- Create Transformations: Define and apply transformations to your data using the API.
- Manage Transformations: Update, delete, and execute transformations programmatically.
- Visualizations:
- Generate Visualizations: Create visualizations (charts, graphs, dashboards) based on your data using API calls.
- Integrations:
- Connect to External Systems: Integrate Deltaray with other applications and platforms using the API.
- Automate Data Pipelines: Orchestrate data flows between Deltaray and other systems.
- User Management:
- User Creation: Create new user accounts in Deltaray.
- User Management: Update, disable, or delete user accounts.
- Roles and Permissions: Assign roles and permissions to users.
- Project Management:
- Create Projects: Programmatically create new Deltaray projects.
- Manage Projects: Update, delete, and access information about projects.
- Authentication:
- API Key Authentication: Use API keys to securely authenticate with the Deltaray API.
Getting Started
- API Documentation: Refer to the Deltaray API documentation for detailed information about endpoints, methods, parameters, and responses.
- API Client: Choose an API client (e.g., cURL, Postman, Python requests library) that suits your programming language and needs.
- API Key: Obtain an API key from your Deltaray account settings to authorize your API requests.
- API Calls: Make HTTP requests to the Deltaray API endpoints to perform actions and retrieve data.
The Deltaray API empowers you to automate your data workflows, build custom integrations, and leverage the power of Deltaray within your broader applications.
Was this article helpful?