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.

Fabricate also provides a Python library that you can use to make calls to the Fabricate API. The Python library is at https://github.com/TonicAI/tonic-fabricate-python.

There is also a client NPM package at https://www.npmjs.com/package/@fabricate-tools/client.

Last updated