BuildFlow

API Overview

Integrate BuildFlow into your applications using our API. Below are the details on available endpoints, including security measures such as API key authentication and HTTPS enforcement.

Base URL

All API requests should be made to the following base URL:

1https://api-buildflow.modal.run

API Key Authentication

All API requests require an API key to be included in the header:

1{
2  "Content-Type": "application/json",
3  "x-api-key": "your-api-key"
4}

Replace your-api-key with your actual API key. You can obtain an API key from your BuildFlow dashboard.

Rate Limiting

Depending on your subscription plan, your API usage is subject to the following rate limits:

  • Basic Plan: 1 API Key, 10 requests per minute
  • Pro Plan: 1 API Key, 50 requests per minute
  • Ultimate Plan: 2 API Keys, 100 requests per minute
  • Agency Plan: 5 API Keys, 200 requests per minute

Available Endpoints