Skip to content

SaveImageFromUrlRequestParam

← File DTO

Body for POST Api/File/LocaleStorage/SaveImageFromUrl.

Поля

ПолеТипОбязательноеОписание
accessTokenstringда
urlstringдаSource the image is downloaded from.
namestringда
pathstringда
formatstringдаFile extension without the dot, e.g. png.

Пример

json
{
  "accessToken": "string",
  "url": "https://...",
  "name": "string",
  "path": "string",
  "format": "2026-05-05T08:00:00Z"
}