Blocks

How each block is represented in the API

Below are example representations of all currently supported block types in the API.

Text

{"sentence": "A random sentence"}

Email

{"an_email": "joe@example.com"}

Number

{"a_number": 42}

Date

{"a_date": "2021-01-31"}
{"a_link": "https://example.com"}

Image

{"some_image": "https://example.com/logo.png"}

PDF

Embed

Video

Audio

Binary

Single Selection

Multiple Selection

Form

Rich Text

Text Highlighting

Bounding Boxes

Coordinates are expressed in relative terms with respect to the image in question to accommodate for responsiveness in terms of users' varying window dimensions and screen resolutions. With that, Bounding Box blocks can change in size without disrupting how past tasks are displayed.

Text Sequence

Last updated

Was this helpful?