Skip to main content
POST
/
api
/
v1
/
accounts
/
{accountId}
/
ai
/
scrape-from-screenshot
Scrape colors from screenshot
curl --request POST \
  --url https://api.example.com/api/v1/accounts/{accountId}/ai/scrape-from-screenshot \
  --header 'Content-Type: multipart/form-data' \
  --form photo='@example-file'
{
  "result": {}
}

Path Parameters

accountId
string
required

Body

multipart/form-data
photo
file

Response

result
object
required