Authorizations
Your Freepik API key. Required for authentication. Learn how to obtain an API key
Body
Base64 image to expand
Optional callback URL that will receive asynchronous notifications whenever the task changes status. The payload sent to this URL is the same as the corresponding GET endpoint response, but without the data field.
"https://www.example.com/webhook"
The description of the changes you want to make. This text guides the expansion process, allowing you to specify features, styles, or modifications for the expanded areas.
Pixel to expand on the left
0 <= x <= 2048
Pixel to expand on the right
0 <= x <= 2048
Pixel to expand on the top
0 <= x <= 2048
Pixel to expand on the bottom
0 <= x <= 2048
Response
OK - The task exists and the status is returned
{
"generated": [
"https://openapi-generator.tech",
"https://openapi-generator.tech"
],
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED"
}