Skip to main content
POST
Attach screenshots to offer from external URLs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
enum<string>
default:application/json
required
Available options:
application/json

Path Parameters

offerId
integer
required

ID of the offer to attach screenshots to

Example:

123849

Body

application/json
urls
string<uri>[]
required

List of public image URLs to download and attach (1–10 items). Only domains pre-approved for your account are accepted.

Response

Processing complete. Check uploaded and failed arrays for per-URL results.

uploaded
string[]

S3 URLs of successfully processed screenshots

failed
string[]

Original URLs that could not be downloaded or processed (HTTP error, unsupported format, file too large, etc.)