Skip to content

REST API v2. Authenticate with a Bearer JWT in the Authorization header unless an endpoint is marked public.

Servers​

https://v2-staging.tscheckout.comCurrent host

Media​

Site-scoped media uploads for admin rich-text embedding


Upload media images for rich-text embedding​

POST
/api/v2/media/images

Upload one or more files to the site media library for rich-text HTML embedding. Replaces V1 mediaManager/api/uploadImage.

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

multipart/form-data

Responses​

Files uploaded successfully

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization
Body

Samples​


Powered by VitePress OpenAPI