Myimages

Get image info by id - list info about your image

POST
/api/images_by_id/v2
AuthorizationBearer <token>

In: header

id_imagestring

Response Body

Examples

curl -X POST "https://api.piktid.com/api/images_by_id/v2" \
  -H "Content-Type: application/json" \
  -d '{
    "id_image": "string"
  }'
{
  "app": "string",
  "address": "string",
  "options": "string",
  "store_until": "string",
  "dimensions": {
    "w": 0,
    "h": 0
  },
  "status": "string",
  "original_image": {
    "f": "string",
    "l": "string",
    "t": "string"
  },
  "file_thumbnail_1": {
    "f": "string",
    "l": "string",
    "t": "string"
  },
  "file_thumbnail_2": {
    "f": "string",
    "l": "string",
    "t": "string"
  },
  "offer": "string",
  "number_of_faces": 0,
  "approved_faces": [
    0
  ],
  "number_of_approved_faces": 0,
  "selected_faces": [
    0
  ],
  "generations_per_face": [
    0
  ],
  "edits_per_face": [
    0
  ],
  "refines_per_face": [
    0
  ],
  "replace_per_face": [
    0
  ],
  "timestamp": "string",
  "coordinates_list": [
    {
      "id": 0,
      "centerX": 0,
      "centerY": 0,
      "cornerX": 0,
      "cornerY": 0,
      "boxWidth": 0,
      "boxHeight": 0
    }
  ],
  "new": {
    "f": "string",
    "l": "string",
    "t": "string"
  },
  "caption": [
    "string"
  ],
  "errors_list": [
    "string"
  ]
}
Empty
Empty
Empty
Empty
Empty