Skip to main content
You can start from a ready-made public workflow instead of recording one yourself.

Install from the Marketplace

  1. Open the Optexity dashboard and go to Marketplace (/marketplace).
  2. Pick a public workflow and click Add to workspace.
  3. Open Workflows — the install appears in your workspace (marked Public).
The installed workflow references the public template. You can edit settings (name, callback URL, notification emails). Automation stays read-only until you explicitly fork it from the workflow editor.

Run it with curl

  1. On Workflows, open the curl action for the installed workflow.
  2. Copy the generated request (cURL or Python).
  3. Fill in your values under input_parameters (and secure_parameters if the workflow needs them).
  4. Send the request with your API key.
Example shape (replace endpoint_name, parameters, and API key with yours):
The dashboard curl snippet is generated from the public template’s parameters, so you can see which keys to fill in.
Prefer building from scratch? Follow Recording first automation, then Running first inference.