You can create pictures from the prepared API with get or post methods.
![]() |
![]() |
![]() |
Demo Link: yavuzceliker.github.io/InstagramPostImageMaker
API Root: https://social.yavuzceliker.com.tr/
| Parameter Name | Info | Value |
| imageUrl ** | Background image URL address. | string |
| logoUrl ** | Logo image URL address. | string |
| text ** | Text on the picture. | string |
| blurRatio | The blur ratio of the picture. | int (0-400) |
| darknessRatio | The darkness ratio of the picture. | int (0-255) |
| font | Font family of the text in the picture. | string List is List is here. |
| color | The color of the text in the picture. | string List is here. |
| bold | Font is bold? | bool (true, false) |
| italic | Font is italic? | bool (true, false) |
| shadow | Font have a shadow? | bool (true, false) |
| verticalAlignment | Vertical position of the text. | string (top, middle, bottom) |
| horizontalAlignment | Horizontal position of the text. | string (left, center, right) |
- Only imageUrl, logoUrl and text
https://social.yavuzceliker.com.tr/?imageUrl=https://www.yavuzceliker.com.tr/Assets/Images/gonderiResim/6.jpg&logoUrl=https://yavuzceliker.com.tr/assets/images/logo.png&text=SayHello - imageUrl, logoUrl, text and any parameter
https://social.yavuzceliker.com.tr/?imageUrl=https://www.yavuzceliker.com.tr/Assets/Images/gonderiResim/6.jpg&logoUrl=https://yavuzceliker.com.tr/assets/images/logo.png&text=SayHello&horizontalAlignment=center - All parameters
https://social.yavuzceliker.com.tr/?imageUrl=https://www.yavuzceliker.com.tr/Assets/Images/gonderiResim/6.jpg&logoUrl=https://yavuzceliker.com.tr/assets/images/logo.png&text=SayHello&font=Microsoft%20Sans%20Serif&color=Red&bold=true&italic=true&shadow=true&verticalAlignment=top&horizontalAlignment=right&blurRatio=5&darknessRatio=100


