Memelord API

Generate memes, edit images, and more!

Memes API has been deprecated in favor of the 🐸 AIKEK Memelord, our new method of delivering our Universal Agents and Fractal data infra to B2B.

Pipelines


Our Memes API provides access to all of our Graphic Pipelines: Text-to-Image, Effect, and Mirage. Read about Authentification if that's your first time using Alphakek API.

Input image requirements: PNG or JPG format, size under 2MB

Create an image from a text prompt

post

Create an image from a text prompt

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
promptstringRequired
seedintegerOptional
widthinteger · min: 512 · max: 1280OptionalDefault: 1280
heightinteger · min: 512 · max: 1280OptionalDefault: 800
Responses
200

Image file in PNG format

image/png
post
/visuals/create_image

No content

Sending form-data requests

/visuals/apply_effect and /visuals/appy_mirage are using multipart/form-data format. Imagine you have a file named selfie.png. In this case, you'll need to call the following code:

Chat API Costs


Each API call costs 1 credit. Read more at API Pricing.

Last updated