Apiflash
apiflashApiFlash is a website screenshot API that allows users to capture high-quality screenshots of web pages programmatically.
Acciones disponibles (4)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Batch Capture ScreenshotsAPIFLASH_APIFLASH_BATCH_CAPTURE_SCREENSHOTSAcciónTool to capture screenshots for multiple urls in a single request. use when you have a list of pages to snapshot in batch.
APIFLASH_APIFLASH_BATCH_CAPTURE_SCREENSHOTSAcciónTool to capture screenshots for multiple urls in a single request. use when you have a list of pages to snapshot in batch.
Parámetros de entrada
urlsstring[]ObligatorioList of full URLs to capture; each must include protocol (http or https).
freshbooleanBypass cache and force a fresh screenshot when true.
widthintegerViewport width in pixels.
formatstringenumImage format for all screenshots.
jpegpngwebpheightintegerViewport height in pixels. Ignored if full_page is true.
full_pagebooleanCapture the full scrollable page when true.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Capture Website Screenshot (POST)APIFLASH_APIFLASH_CAPTURE_WEBSITE_SCREENSHOT_POSTAcciónTool to capture a screenshot of a website via http post. use when you need to post form data parameters.
APIFLASH_APIFLASH_CAPTURE_WEBSITE_SCREENSHOT_POSTAcciónTool to capture a screenshot of a website via http post. use when you need to post form data parameters.
Parámetros de entrada
urlstringObligatorioFull URL of the website to capture, including protocol.
response_typestringenumReturn binary image or JSON with links.
imagejson
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Quota InformationAPIFLASH_GET_QUOTA_INFORMATIONAcciónTool to retrieve current api quota usage and limits. use after authentication to monitor usage and reset times.
APIFLASH_GET_QUOTA_INFORMATIONAcciónTool to retrieve current api quota usage and limits. use after authentication to monitor usage and reset times.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Screenshot MetadataAPIFLASH_GET_SCREENSHOT_METADATAAcciónTool to retrieve metadata for a previously captured screenshot. use when you need details like file size and dimensions after capture.
APIFLASH_GET_SCREENSHOT_METADATAAcciónTool to retrieve metadata for a previously captured screenshot. use when you need details like file size and dimensions after capture.
Parámetros de entrada
urlstringObligatorioFull URL of the screenshot image for which to get metadata. Must include protocol and domain.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not