Tutorials and Resources
Access a collection of helpful guides, tutorials, and resources to make the most of our platform and accelerate your API development.
Create A Workspace
A workspace is like a project folder—it helps you organize your data services or APIs in one place.
ViewCreate A Data Table
To create a data table, start by defining fields that will store or retrieve data for your API. You can do this manually or simply import an existing CSV file.
ViewCreate A Table from a CSV File
Import a CSV file and automatically generate a database table. This feature helps you turn spreadsheets into structured APIs.
ViewCreating An API to Read or Retrieve Data
In this step-by-step guide, you'll learn how to read and retrieve data from an existing table within the platform to create your API. Select your data source and configure endpoints for seamless data access.
ViewTest Your GET API - Swagger Docs
Once you've configured your GET API, use Swagger Docs within Manta to test it. This allows you to validate the request, inspect the response, and ensure your API retrieves the correct data from your table.
View