Chuyển đến nội dung chính
POST
/
base
/
{baseId}
/
sign-attachment-urls
cURL
curl --request POST \
  --url https://sheets.vn/api/base/%7BbaseId%7D/sign-attachment-urls \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data '{"attachments":[{"path":"string","token":"string","mimetype":"image/png"}]}'
{
  "attachments": [
    {
      "token": "<string>",
      "url": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://www.sheets.vn/docs/llms.txt

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

Ủy quyền

Authorization
string
header
bắt buộc

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

Tham số đường dẫn

baseId
string
bắt buộc

The base ID

Nội dung

application/json
attachments
object[]
bắt buộc

List of attachments to sign

Phản hồi

200 - application/json

URLs signed successfully

attachments
object[]
bắt buộc

List of signed attachments with their tokens and URLs