StatsHub Docs
APIAPI v2V2 endpoint referenceV2

/images

Stores an image against an entity.

POST
/images

Stores an image against an entity.

Header Parameters

Authorization?string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/images" \  -H "Content-Type: application/json" \  -d '{    "id": null,    "type": "string"  }'
{  "message": "string"}