POST
P6 Ai Image

AI img

https://api.repliq.co/v2/launchTemplate

Requirements

On each request you need to provide your Bearer authentication token. See the Authentication section for more details.

AuthorizationBearer Token
Token<token>

POST /launchTemplate

This API call launch a request to generate an image from a "AI img" RepliQ template. See RepliQ dashboard (opens in a new tab) about the options you have access for this type of template.

Mandatory Parameters

On each request, this endpoint requires the following parameters:

ParametersTypeDescription
templateIdstringThe id of the template you want to use. Id can be found on here (opens in a new tab)
firstNamestringThe firstName of the person you are reaching out to.

Optional Parameters

Here is the list of optional parameters you can use with this endpoint to control the image generation:

ParametersTypeDescription
lastNamestringThe lastName of the person you create an image for
jobTitlestringThe jobTitle of the person you create an image for
companyNamestringThe companyName of the company you create an image for
yourCustomVariablestringThe yourCustomVariable you use for your image
emailstringThe account email you want to send this image to.
webhookstringAttach a webhook url that will trigger when the image is ready for you to use. You cannot use multiple url. Zapier, make or pabbly webhooks are automaticaly added, so no need to include them in the request.

Response Parameters

Depending of the traffic, an image gets generated in around 1min. Following is the list of parameters you will receive in the response if you get a 200 status code:

ParametersTypeDescription
idstringThe id of the image that is being generated
placeholderobjectVarious data that you can use as placeholder before the image is ready for you to use as well as data you provided when doing your image

Inside the placeholder object you will receive:

ParametersTypeDescription
imageLinkstringThe url of your image
htmlCodestringThe preview html code you can use in your outreach tool
promptstringThe prompt you input for your image
statusstringThe status of the image, "pending" meaning that the image is in the creation process
datestringThe date when the image process started
firstNamestringThe firstname you use for your image
lastNamestringThe lastName you use for your image
jobTitlestringThe jobTitle you use for your image
companyNamestringThe companyName you use for your image
yourCustomVariablestringThe yourCustomVariable you use for your image
emailstringThe email you use for your image
typestringTo help you filter automation, this variable will always be equal to "ai_image"
dataobjectAdditionnals data you used for your image, such as domain used

Webhook Response Parameters

If you have attached a webhook url to your request OR you are using Zapier / Make or Pabbly automation trigger, you will receive the following response on a successfull request:

ParametersTypeDescription
idstringThe id of your process
imageLinkstringThe url of your image
htmlCodestringThe preview html code you can use in your outreach tool
imgSuccessstringIf the image is generate correctly, the response will be "YES", otherwise "NO"
promptstringThe prompt you input for your image
statusstringThe status of the image, "pending" meaning that the image is in the creation process
datestringThe date when the image process started
firstNamestringThe firstname you use for your image
lastNamestringThe lastName you use for your image
jobTitlestringThe jobTitle you use for your image
companyNamestringThe companyName you use for your image
yourCustomVariablestringThe yourCustomVariable you use for your image
emailstringThe email you use for your image
typestringTo help you filter automation, this variable will always be equal to "ai_image"
templateNamestringTo help you filter automation, this variable will always be equal to your selected template name
dataobjectAdditionnals data you used for your image, such as domain used

RepliQ API Docs