PixAI Platform
API 문서미디어

ID로 미디어 조회

ID로 미디어 조회

GET
/media/{mediaId}

Path Parameters

mediaId*string

조회할 미디어 ID

Response Body

curl -X GET "https://api.pixai.art/v1/media/string"
{
  "id": "string",
  "type": "string",
  "urls": [
    {
      "variant": "string",
      "url": "string"
    }
  ],
  "width": 0,
  "height": 0
}
Empty