Exactly Ai · Arazzo Workflow

Exactly.ai — generate and post-process an image

Version 1.0.0

Generate an image from an existing style model, then upscale, vectorize, and remove its background.

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

Provider

exactly-ai

Workflows

generate-and-postprocess
Generate from a ready model, then upscale to 4K, vectorize to SVG, and remove background.
4 steps inputs: model_uid, prompt, scale outputs: image_uid

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: "Exactly.ai — generate and post-process an image"
  version: 1.0.0
  summary: Generate an image from an existing style model, then upscale, vectorize, and remove its background.
sourceDescriptions:
- name: imagesV1Api
  url: ../openapi/exactly-ai-images-v1-api-openapi.yml
  type: openapi
workflows:
- workflowId: generate-and-postprocess
  summary: Generate from a ready model, then upscale to 4K, vectorize to SVG, and remove background.
  inputs:
    type: object
    properties:
      model_uid:
        type: string
      prompt:
        type: string
      scale:
        type: string
        default: 4k
  steps:
  - stepId: generate
    operationId: durer_backend_public_api_api_routes_images_generate_images
    requestBody:
      contentType: application/json
      payload:
        prompt: $inputs.prompt
        model_uid: $inputs.model_uid
    outputs:
      image_uid: $response.body#/uid
  - stepId: upscale
    operationId: durer_backend_public_api_api_routes_images_upscale_image
    parameters:
    - name: uid
      in: path
      value: $steps.generate.outputs.image_uid
  - stepId: vectorize
    operationId: durer_backend_public_api_api_routes_images_vectorize_image
    parameters:
    - name: uid
      in: path
      value: $steps.generate.outputs.image_uid
  - stepId: remove-bg
    operationId: durer_backend_public_api_api_routes_images_remove_bg_image
    parameters:
    - name: uid
      in: path
      value: $steps.generate.outputs.image_uid
  outputs:
    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-generate-and-postprocess"
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.