Pixlr Api Documentation !!top!! [DIRECT]

// Apply a filter to the image const imageId = response.json().image_id; fetch(`https://api.pixlr.com/v1/images/$imageId/edit`, method: "POST", headers: "Authorization": `Bearer $apiKey`, "Content-Type": "application/json" , body: JSON.stringify( filter: "grayscale" ) )

Sign up for an account at Pixlr.com and navigate to the Developer section under "My Account" to generate an API Key and API Secret . pixlr api documentation

Some of the most commonly used endpoints and methods include: // Apply a filter to the image const imageId = response