IPFS 콘텐츠에 대한 Presign URL 생성
cURL
curl --request POST \ --url https://api.chainstream.io/v2/ipfs/presign \ --header 'Authorization: Bearer <token>'
{ "presignUrl": "https://uploads.pinata.cloud/v3/files/sign/..." }
Documentation IndexFetch the complete documentation index at: https://docs.chainstream.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.chainstream.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
성공 응답
사전 서명된 업로드 URL
"https://uploads.pinata.cloud/v3/files/sign/..."
이 페이지가 도움이 되었나요?