Photolab.me
Last updated
Last updated
Photolab.me API is a powerful tool that allows developers to easily integrate a suite of advanced image processing features into their applications. With this API, users can transform their photos into stunning works of art, apply various filters, enhance colors, adjust brightness and contrast, and perform many other image manipulations with just a few lines of code.
Note: It is unofficial api of Photolab.me but we guarantene it works well and fast without any blocks and problems.
This endpoint is used to apply a specific PhotoLab effect to an image using a combo ID.
Endpoint: https://www.capix.uz/v2/photolab/v1/
Method: POST
Request Headers:
Content-Type: application/json
token: API_TOKEN
Request Body:
Parameters:
image_url
: URL of the image to which the effect will be applied.
combo_id
: ID of the specific PhotoLab effect to apply.
Similar to Version 1, this endpoint allows users to apply a specific PhotoLab effect to an image using a combo ID.
Endpoint: https://www.capix.uz/v2/photolab/v2/
Method: POST
Request Headers:
Content-Type: application/json
token: API_TOKEN
Request Body:
Parameters:
image_url
: URL of the image to which the effect will be applied.
combo_id
: ID of the specific PhotoLab effect to apply.
This endpoint retrieves the result of a PhotoLab editing request based on the provided request ID.
Endpoint: https://www.capix.uz/v2/photolab/result/
Method: POST
Request Headers:
Content-Type: application/json
token: API_TOKEN
Request Body:
Parameters:
request_id
: ID of the PhotoLab editing request for which the result is requested.
When interacting with the PhotoLab API, one of the fundamental steps is identifying and choosing a suitable combo ID. These combo IDs serve as unique identifiers for specific image editing combinations. To locate these IDs, you'll need to navigate to the PhotoLab website at https://photolab.me/.
Upon reaching the PhotoLab website, you'll encounter a plethora of image filters and editing options available for exploration. Each filter or editing combination is associated with a distinct combo ID. To illustrate, let's consider the example of visiting the page https://photolab.me/d/31153495.
As you land on this page, you'll notice various filters, effects, and editing tools showcased, each contributing to a unique visual outcome. Among these elements, the combo ID is prominently displayed as 31153495. This alphanumeric code serves as the key to accessing and applying the specific editing combination represented on this page.
Note: However, all combo ids are not supported directly. Photolab is growing fast and it develops AI based filters which means it is not supported in our API service system yet. You can check combo ids first before making your final decision.