Skip to main content
POST
/
cms
/
source-code
/
2026-03
/
extract
/
async
Extract a zip file
curl --request POST \
  --url https://api.hubapi.com/cms/source-code/2026-03/extract/async \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "path": "<string>"
}
'
{
  "id": "<string>",
  "links": {}
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt

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

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
path
string
required

The file system location where the zip file is to be extracted.

Response

accepted

id
string
required

The unique identifier for the task.

A map of link names to associated URIs containing documentation about the error or recommended remediation steps

Last modified on April 13, 2026