Using the Fabricate API
Last updated
Last updated
You can use the Fabricate API to manage databases and generate data.
The API is at https://fabricate.tonic.ai/api/v1. You make requests to the API endpoints within the API. Each request requires authentication with an API key.
For examples of how to use the Fabricate API, go to the repository on GitHub.
There is also a client NPM package at .
API authentication How to authenticate an API request.
Data model Structure of database, constraint, entity, and field objects.
Manage databases Retrieve database information. Create and update databases.
Generate data Send and track generation requests. Load generated data into your database.