Resource Center
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 or Table Manually
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.
ViewCreating a Data: Manual Entry
To add data manually, fill in the information based on the fields you've set, then click 'Save Changes' to store the data.
ViewCreating a Data: Manual Entry
To add data manually, fill in the information based on the fields you've set, then click 'Save Changes' to store the data.
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. We'll walk you through selecting your data source and configuring endpoints for seamless data access.
ViewTest Your GET API - Swagger Docs within Manta
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