Extraction Templates
Execute Extraction Template Async Endpoint
post/v2/extract/templates/async
Request body
Example request
{
"formats": [
"html",
"markdown"
],
"callback_url": "https://example.com/webhook/callback",
"storage_compress": true,
"storage_object_name": "result-2024-01-15.json",
"storage_type": "s3",
"storage_url": "s3://bucket-name/path/to/object"
}Response
Async Task Created