Exactly Ai · Arazzo Workflow

Exactly.ai — train a style model and generate images

Version 1.0.0

Create a custom style model, train it on brand images, then generate on-brand images once ready.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyArtificial IntelligenceImage-GenerationGenerative AICreative ToolsBrandMachine-LearningMediaArazzoWorkflows

Provider

exactly-ai

Workflows

train-and-generate
End-to-end: create model, add training images, train, poll to ready, generate.
5 steps inputs: model_name, prompt, train_image_url outputs: image_uid, model_uid

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: "Exactly.ai — train a style model and generate images"
  version: 1.0.0
  summary: Create a custom style model, train it on brand images, then generate on-brand images once ready.
  x-realizes-capability-ids:
  - BC-610.60
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-610.60
      capability_name: Artificial Intelligence Management
      spec: exactly-ai-models-v1-api-openapi.yml
      confidence: 0.8
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: imagesV1Api
  url: ../openapi/exactly-ai-images-v1-api-openapi.yml
  type: openapi
- name: modelsV1Api
  url: ../openapi/exactly-ai-models-v1-api-openapi.yml
  type: openapi
workflows:
- workflowId: train-and-generate
  summary: 'End-to-end: create model, add training images, train, poll to ready, generate.'
  inputs:
    type: object
    properties:
      model_name:
        type: string
      train_image_url:
        type: string
      prompt:
        type: string
  steps:
  - stepId: create-model
    operationId: durer_backend_public_api_api_routes_models_create_model
    requestBody:
      contentType: application/json
      payload:
        name: $inputs.model_name
    outputs:
      model_uid: $response.body#/uid
  - stepId: add-train-image
    operationId: durer_backend_public_api_api_routes_models_add_train_image
    parameters:
    - name: uid
      in: path
      value: $steps.create-model.outputs.model_uid
  - stepId: train
    operationId: durer_backend_public_api_api_routes_models_run_model_training
    parameters:
    - name: uid
      in: path
      value: $steps.create-model.outputs.model_uid
  - stepId: poll-progress
    operationId: durer_backend_public_api_api_routes_models_get_model_training_progress
    parameters:
    - name: uid
      in: path
      value: $steps.create-model.outputs.model_uid
  - stepId: generate
    operationId: durer_backend_public_api_api_routes_images_generate_images
    requestBody:
      contentType: application/json
      payload:
        prompt: $inputs.prompt
        model_uid: $steps.create-model.outputs.model_uid
    outputs:
      image_uid: $response.body#/uid
  outputs:
    model_uid: $steps.create-model.outputs.model_uid
    image_uid: $steps.generate.outputs.image_uid

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/exactly-ai-train-and-generate"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.