Assets
Get a single asset by ID
Retrieve details of a specific uploaded image asset.
Authorization
token_auth AuthorizationBearer <token>
Token-based authentication using access tokens.
In: header
Path Parameters
asset_id*string
Response Body
application/json
application/json
curl -X GET "https://v2.api.piktid.com/assets/string"{
"id": "string",
"filename": "string",
"url": "string",
"created_at": "string",
"created_by": "string",
"tags": [
"string"
],
"visibility": "private",
"thumbnail_big": null,
"thumbnail_small": null,
"styling_note": null,
"detected": null,
"dimensions": null
}{
"error": "Invalid request",
"detail": [
{
"field": null,
"message": "string",
"position": "query"
}
]
}Empty