Skip to main content
POST
Font recognition
Analyze a public image URL and return ranked open-source font matches for the largest readable word in the image.

Font recognition guide

Learn when to use font recognition and see a complete example response.

Authorizations

x-api-key
string
header
required

Body

application/json
image_url
string<uri>
required

Public http:// or https:// image URL to analyze. The image response must be no larger than 10 MB.

top_k
integer
default:3

Number of font matches to return.

Required range: 1 <= x <= 10

Response

Successful response

word
string | null
required

Largest detected word in the image. This can be null if no confident word is found.

word_box
object | null
required

Location of the detected word in the original image. This can be null if detection falls back to the full image.

input_image
object
required
font_matches
object[]
required

Ranked font matches, sorted best first.

requestId
string

Request identifier to share with support.