Make.com

Make.com Integration

Connect PixGenX to 1000+ apps in minutes using Make's native HTTP module.

1

Add an HTTP Module

In your Make scenario, click the + button and search for HTTP. Select the Make a request action.

2

Configure the Request

Fill out the module settings exactly as follows:

URL
https://pixgenx.com/api/v1/generate
Method
POST
Headers
Item 1: Authorization Bearer YOUR_API_KEY
Item 2: Content-Type application/json
Body type
Raw (Content type: JSON)
3

Set the Payload

In the Request content field, paste the following JSON. You can map variables into the prompt from previous modules!

{
  "prompt": "{{1.text_variable}}",
  "ratio": "16:9"
}

Map the Image URL

Parse the response to get the output! The generated image URL will be located at data.imageUrl inside Make's output bundle. You can now pass this URL to Slack, Notion, WordPress, or any other app!