The Synthflow REST API provides API endpoints for Synthflow data types that allow to interact with your AI models remotely by sending and receiving JSON.

Authentication

Authentication to the Synthflow API is performed via HTTP Bearer Authentication. Provide your API Key in the Authorization request header with the Bearer authentication scheme.

curl -H "Authorization: Bearer API_KEY" https://api.synthflow.ai/v2/...

Generate API Key

To generate the API Key:

  • Log into the Synthflow Dashboard.
  • Navigate to INTEGRATIONS → REST API → "Create New API Key" to generate a key.