Marketplace listings
Plan consistently framed CS2 skin images for listings without requiring sellers to upload manual screenshots.
Plan automated CS2 skin screenshots for your marketplace, trading platform or inventory app. The proposed integration accepts Steam inspect links and returns front and back image URLs through a webhook.
Share your product, expected monthly volume and desired image workflow. We will confirm the planned API contract, access model and production requirements before implementation.
The proposed request sends a Steam inspect link, the required views and a webhook URL to /v1/screenshots. The asynchronous contract returns a job ID for status tracking.
The planned completion payload contains the job ID, final status and front and back image URLs. Retry behavior and delivery guarantees will be finalized with the production backend.
Use the delivered WebP images on listings and inventory pages, or copy them to your own storage and CDN. The intended output includes front and back views on transparent backgrounds.
curl https://api.cs2screen.com/v1/screenshots \ -H "Authorization: Bearer $API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inspect_link": "steam://rungame/730/…", "views": ["front", "back"], "webhook_url": "https://app.example.com/hooks/cs2" }'
{
"job_id": "job_7F2A",
"status": "queued"
}{
"job_id": "job_7F2A",
"status": "completed",
"images": {
"front": "https://cdn.cs2screen.com/jobs/job_7F2A/front.webp",
"back": "https://cdn.cs2screen.com/jobs/job_7F2A/back.webp"
}
}The proposed API is designed to move rendering, framing and image delivery out of your application while preserving a simple inspect-link workflow.
Plan consistently framed CS2 skin images for listings without requiring sellers to upload manual screenshots.
Reuse the Steam inspect links already moving through your listing flow to request front and back item views.
Prepare transparent WebP output for inventory grids, item detail pages and collection interfaces.
Explore the free community preview, then tell us about your product and the screenshot workflow you want to automate.