Myimages

Get image info by id - list info about your image

Deprecation notice

This endpoint is deprecated. We recommend using alternative endpoints to ensure continued support and compatibility.
POST
/api/images_by_id
AuthorizationBearer <token>

In: header

id_imagestring
type?string
info_type?string

Response Body

Examples

curl -X POST "https://api.piktid.com/api/images_by_id" \
  -H "Content-Type: application/json" \
  -d '{
    "id_image": "string"
  }'
Empty
Empty
Empty
Empty
Empty