Skip to main content
POST
/
google
/
sheets
/
meta-bulk-upload
/
write
Write Meta Bulk Upload Sheet Results
curl --request POST \
  --url https://api.adside.ai/google/sheets/meta-bulk-upload/write \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "spreadsheet_id": "<string>",
  "updates": [
    {
      "row_index": 123,
      "columns": {}
    }
  ],
  "tab": "Ad Sets"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.adside.ai/llms.txt

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

Authorizations

Authorization
string
header
required

API key (sk_live_*) — SHA256 hashed, looked up in Redis. Generate via the web app's workspace settings.

Body

application/json
spreadsheet_id
string
required

Google Sheets spreadsheet ID

updates
object[]
required

Row-based column updates to write back

tab
string

Tab name to update inside the Meta bulk-upload sheet

Example:

"Ad Sets"

Response

200

Write result