NAiOS IconNAiOS Logo
Volver al catálogo

Apiflash

apiflash

ApiFlash is a website screenshot API that allows users to capture high-quality screenshots of web pages programmatically.

Acciones
4
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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[]Obligatorio

    List of full URLs to capture; each must include protocol (http or https).

  • freshboolean

    Bypass cache and force a fresh screenshot when true.

  • widthinteger

    Viewport width in pixels.

  • formatstringenum

    Image format for all screenshots.

    jpegpngwebp
  • heightinteger

    Viewport height in pixels. Ignored if full_page is true.

  • full_pageboolean

    Capture the full scrollable page when true.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Capture Website Screenshot (POST)APIFLASH_APIFLASH_CAPTURE_WEBSITE_SCREENSHOT_POSTAcción

Tool to capture a screenshot of a website via http post. use when you need to post form data parameters.

Parámetros de entrada

  • urlstringObligatorio

    Full URL of the website to capture, including protocol.

  • response_typestringenum

    Return binary image or JSON with links.

    imagejson

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Quota InformationAPIFLASH_GET_QUOTA_INFORMATIONAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Screenshot MetadataAPIFLASH_GET_SCREENSHOT_METADATAAcción

Tool to retrieve metadata for a previously captured screenshot. use when you need details like file size and dimensions after capture.

Parámetros de entrada

  • urlstringObligatorio

    Full URL of the screenshot image for which to get metadata. Must include protocol and domain.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not