Images

Retrieve images collection

get
https://api.typeform.com/images

Retrieves a list of JSON descriptions for all images in your Typeform account. Images are listed in reverse-chronological order based on the date you added them to your account.

Request

Response

Status

200 Success

Schema

Images collection.

Example

[
  {
    "file_name": "file_name",
    "id": "id",
    "src": "src"
  }
]