Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

baseId
string
required

Body

application/json
tokens
string[]
required

Array of attachment tokens to resolve

Minimum array length: 1
nameHints
object

Optional map of token -> filename for name hints

Response

200 - application/json

Resolved attachments with URLs

success
boolean
required
attachments
object[]
error
string
Last modified on March 5, 2026