Generate Font from Prompt
Start a font generation from a text prompt
id and poll_url.
Use GET /v1/font-generations/{jobId} to poll until the job reaches a terminal status.Authorizations
Body
Text prompt describing the font to generate.
1 - 2000standard generates 72 glyphs to support English with basic letters, numbers, and punctuation. extended generates 319 glyphs to support all Latin languages, including special characters, costs more credits, and may take 2-3 minutes to complete.
standard, extended Response
Generation job accepted
Generation id.
Generated font display name.
Download URL for the generated TTF file. This is null until the job succeeds.
preparing, queued, running, succeeded, cancelled, failed text, image standard generates 72 glyphs to support English with basic letters, numbers, and punctuation. extended generates 319 glyphs to support all Latin languages, including special characters, costs more credits, and may take 2-3 minutes to complete.
standard, extended Approximate job progress percentage.
0 <= x <= 100URL to poll for generation status.
ISO timestamp for when the generation was created.
Error message. Present only when status is failed and an error message is available.

