enhance-replicate/flix_signature

Public
18.5K runs

Run enhance-replicate/flix_signature with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
ping
boolean
False
Ping
seed
integer
Seed
size
integer
360
Size
fonts
array
One or more font names; each gets a generated signature. Allowed: mrs_saint_delafield, brittany_signature, signatura_monoline, centralwell, modernline, secretoria, signatie, whispering_signature
denoise
number
0.3
Denoise
user_name
string
User Name
text_color
string
#000000
Text Color
background_color
string
#ffffff
Background Color
include_underline
boolean
True
Include Underline

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "array",
  "items": {
    "type": "object",
    "additionalProperties": true
  },
  "title": "Output"
}