Files
animethemes-api-docs/docs/jsonapi/reference/wiki/studioimage/store/index.md
T
2025-07-29 00:56:10 +02:00

772 B

title
title
Studio Image Store

Studio Image Store Endpoint

The studio image store endpoint creates a new studio image and returns the new studio image resource.

For example, the /studioimage/shaft/9292 endpoint will create a new association between the Shaft studio and the large cover image of id 9292.

URL

POST /studioimage/{studio:slug}/{image:id}

Authentication

Required Permission: create studio, create image

Roles with Permission: Wiki Editor, Encoder, Admin

Parameters

None

Response

{
    studioimage: {
        created_at: "created_at",
        updated_at: "updated_at"
    }
}

Example

curl -X POST -H "Authorization: Bearer {token}" https://api.animethemes.moe/studioimage/shaft/9292