メインコンテンツへスキップ
POST
/
v2
/
ipfs
/
presign
IPFS - 署名付き URL
curl --request POST \
  --url https://api.chainstream.io/v2/ipfs/presign \
  --header 'Authorization: Bearer <token>'
{
  "presignUrl": "https://uploads.pinata.cloud/v3/files/sign/..."
}

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

レスポンス

200 - application/json

成功レスポンス

presignUrl
string
必須

Presigned upload URL

:

"https://uploads.pinata.cloud/v3/files/sign/..."