Skip to content
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.

[API] Image API

mayah edited this page Jun 29, 2012 · 2 revisions

Image API は、画像に関する API を提供します。

POST /api/image/create

新しい画像を PARTAKE に登録します。

  • ログイン 必要
  • バージョン beta2 以降
  • パラメータ
Key Type Optional? Description
sessionToken string required セッショントークン
limit int optional 返却時に受け取る、 image id の列の最大数。最大は 100、デフォルトは 1

TBW ファイルを multipart 形式で送る必要があります。

  • レスポンス
Key Type Optional? Description
imageId ID always 新しく作られた画像の id
imageIds array[ID] always limit で指定された数の、同じユーザーが保持する画像の ID 列