메인 콘텐츠로 건너뛰기
POST
/
v2
/
ipfs
/
presign
IPFS - 사전 서명
curl --request POST \
  --url https://api.chainstream.io/v2/ipfs/presign \
  --header 'Authorization: Bearer <token>'
{
  "presignUrl": "https://uploads.pinata.cloud/v3/files/sign/..."
}

Documentation Index

Fetch the complete documentation index at: https://docs.chainstream.io/llms.txt

Use this file to discover all available pages before exploring further.

인증

Authorization
string
header
필수

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

응답

200 - application/json

성공 응답

presignUrl
string
필수

사전 서명된 업로드 URL

예시:

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