Apiflash

Learn how to use Apiflash with Composio

Overview

Enum

APIFLASH

Description

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

Authentication Details

Actions

Tool to capture screenshots for multiple urls in a single request. use when you have a list of pages to snapshot in batch.

Action Parameters

format
stringDefaults to jpeg
fresh
boolean
full_page
boolean
height
integerDefaults to 1080
urls
arrayRequired
width
integerDefaults to 1920

Action Response

data
object
error
string
successful
boolean
Tool to capture a screenshot of a website via http post. use when you need to post form data parameters.

Action Parameters

response_type
stringDefaults to json
url
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve current api quota usage and limits. use after authentication to monitor usage and reset times.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve metadata for a previously captured screenshot. use when you need details like file size and dimensions after capture.

Action Parameters

url
stringRequired

Action Response

data
object
error
string
successful
boolean