Endpoints
List Flow Configs
List all flow configurations for the authenticated client.
Returns all configs with their details including S3 logo URLs and preview links.
GET
List Flow Configs
Documentation Index
Fetch the complete documentation index at: https://docs.emergedata.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API token from the Control Room. Include as Authorization: Bearer <token>
Previous
Create Flow ConfigCreate or update a flow configuration for the authenticated client.
This endpoint allows partners to programmatically create flow configurations
with custom branding. The logo is fetched from the provided URL, optimized
for display (resized to max 400x400 pixels), and stored in S3.
If config_name already exists, updates the existing configuration.
Args:
body: Flow configuration details including company name, logo URL, etc.
client_id: Authenticated client ID from JWT token
Returns:
Created or updated flow configuration with S3 logo URL and preview link
Raises:
400: Invalid request (bad config name, unreachable logo, unsupported image type)
500: S3 upload failure
Next
List Flow Configs