Using the Fabricate API
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 fabricate-api-examples repository on GitHub.
There is also a client NPM package at https://www.npmjs.com/package/@fabricate-tools/client.
Last updated