{"openapi":"3.2.0","info":{"title":"PixelPrep - App Store Screenshot Resizer API","description":"Resize existing mobile app screenshots for Apple App Store, Google Play, Microsoft Store, and other app marketplaces. Upload your screenshots, choose a platform and device, and receive correctly sized assets in seconds.","version":"1.0.0"},"servers":[{"url":"https://waaec.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"x-agent-commerce":{"catalog_url":"https://waaec.jojapi.net/_jojapi/agent/plans","discovery_url":"https://waaec.jojapi.net/.well-known/x402","directory_url":"https://agents.jojapi.net/apis/pixelprep-app-store-screenshot-resizer-api","docs":"https://docs.jojapi.com/consumers/agents"},"paths":{"/v1/api/resize":{"post":{"operationId":"post_v1_api_resize","summary":"Resize Image","description":"PixelPrep helps you create perfectly sized images for all major app stores in a few simple steps. With our easy-to-use platform, you can upload your app image once, and we'll generate multiple versions for Google Play, Apple App Store, and Windows Store in just seconds!","responses":{"200":{"description":"Platform, device(s) and image are all required for a successful 200 response.","content":{"application/json":{"examples":{"Success":{"summary":"200","value":{"status":"completed","downloadUrl":".../downloads/abc123.zip","filesGenerated":28}}}}}},"500":{"description":"If you specify an unsupported store or device, you'll receive a 500 response.","content":{"application/json":{"examples":{"500-Internal-Server-Error":{"summary":"500 Internal Server Error","value":{"success":false,"error":"Invalid platform (amazon) or device (ipad) specified."}}}}}}},"parameters":[{"name":"device","in":"header","required":true,"schema":{"type":"string","example":"ipad","default":"ipad"}},{"name":"images","in":"header","required":true,"schema":{"type":"string"}},{"name":"platform","in":"header","required":true,"schema":{"type":"string","example":"apple","default":"apple"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"platform":{"type":"string"},"devices":{"type":"array","items":{"type":"string"}},"image":{"type":"string"}}},"example":{"platform":"apple","devices":["iphone-16-pro-max","iphone-16","ipad-pro-13"],"image":"..."}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}