curl --request POST \
--url https://apigcp.trynia.ai/v2/extract/detect \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"source_id": "<string>",
"page_range": "<string>",
"include_symbols": false,
"filter_pattern": "<string>"
}
'{
"id": "<string>",
"status": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"progress": 0,
"type": "detect",
"url": "<string>",
"source_display_name": "<string>",
"page_range": "<string>",
"result": {},
"page_count": 0,
"error": "<string>"
}curl --request POST \
--url https://apigcp.trynia.ai/v2/extract/detect \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"source_id": "<string>",
"page_range": "<string>",
"include_symbols": false,
"filter_pattern": "<string>"
}
'{
"id": "<string>",
"status": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"progress": 0,
"type": "detect",
"url": "<string>",
"source_display_name": "<string>",
"page_range": "<string>",
"result": {},
"page_count": 0,
"error": "<string>"
}API key must be provided in the Authorization header
Successful Response
Was this page helpful?