v1
latestOpenAPI 3.1.02026-07-26125062.1 KBExtract
/extract
[BETA] The POST /extract method creates an asynchronous extract task.
post/v1/extract
Request body
Example request
{
"url": "https://example.com/team"
}Response
Extract task created successfully.
Example response
{
"createdAt": "2026-01-01T00:00:00.000Z",
"id": "01234-abcd-56789",
"status": "completed",
"updatedAt": "2026-01-01T00:00:00.000Z",
"input": {
"url": "https://example.com/team"
}
}