Extraction Templates
Execute Extraction Template Realtime Endpoint
post/v2/extract/templates/run
Request body
Example request
{
"formats": [
"html",
"markdown"
]
}Response
Successful Response
Example response
{
"data": {
"network_capture": [
{
"filter": {
"resource_type": "document"
},
"results": [
{
"request": {
"resource_type": "document"
}
}
]
}
]
}
}Changes
Changed in 1 of the 55 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○