Skip to main content

Upload screenshot

POST 

/v2/projects/:projectId/keys/:keyId/screenshots

Upload screenshot

Request

Path Parameters

    keyId int64required
    projectId int64required

Body

    screenshot binaryrequired
    info object
    location string
    positions object[]
  • Array [
  • height int32required
    width int32required
    x int32required
    y int32required
  • ]
  • text string

Responses

Created

Schema
    createdAt date-time
    fileUrl stringrequired
    filename stringrequired

    File name, which may be downloaded from the screenshot path.

    When images are secured. Encrypted timestamp is appended to the filename.

    height int32
    id int64required
    keyReferences object[]required
  • Array [
  • keyId int64required
    keyName stringrequired
    keyNamespace string
    originalText string
    position object
    height int32required
    width int32required
    x int32required
    y int32required
  • ]
  • location string
    middleSized string
    middleSizedUrl string
    thumbnail stringrequired

    Thumbnail file name, which may be downloaded from the screenshot path.

    When images are secured. Encrypted timestamp is appended to the filename.

    thumbnailUrl stringrequired
    width int32
Loading...