Ai Fat Filter

Ai Fat Filter

Playground

Try it on WavespeedAI!

AI Fat Filter transforms a portrait image into a fun, exaggerated fat version. Upload a face photo and get an entertaining result. Ready-to-use REST inference API, no coldstarts, affordable pricing.

Features

AI Fat Filter

AI Fat Filter adds a hilarious twist to any portrait — transforming faces into fun, chubby versions that are guaranteed to get laughs. Perfect for pranks, memes, and those “what if” moments. Upload a photo and prepare to giggle.


Why Choose This?

  • Instant transformation See a hilariously exaggerated version of any face in seconds.

  • Realistic yet funny AI creates natural-looking transformations that are amusing without being uncanny.

  • Meme-ready output Results are perfect for sharing, pranking friends, or creating viral content.

  • Works on any face Selfies, group photos, celebrity pics — transform anyone (with their permission, of course).

  • Quick laughs Upload → Transform → Laugh → Share. Simple as that.


Parameters

ParameterRequiredDescription
imageYesPortrait photo to transform (URL or upload)

How to Use

  1. Upload a photo — any clear face photo works.
  2. Run — AI works its magic.
  3. Laugh — enjoy the transformation.
  4. Share — send it to friends (and maybe run).

Pricing

OutputCost
Per image$0.05

Best Use Cases

  • Friend pranks — Send them their “alternate universe” self.
  • Party entertainment — Transform everyone at the party and vote on the funniest.
  • Meme creation — Content gold for social media.
  • Birthday gags — Add to birthday cards for extra laughs.
  • Group chat fun — Guaranteed reactions in any group chat.

Pro Tips

  • Clear, front-facing photos with good lighting work best.
  • Full face visibility = better transformation.
  • Higher resolution photos give funnier, more detailed results.
  • Try it on yourself first before pranking others!
  • Works great with celebrity photos too (for personal entertainment).

Notes

  • Image is the only required field.
  • Ensure uploaded image URLs are publicly accessible.
  • For entertainment purposes only.
  • Please use responsibly — only transform photos of people who would find it funny.

Authentication

For authentication details, please refer to the Authentication Guide.

API Endpoints

Submit Task & Query Result


# Submit the task
curl --location --request POST "https://api.wavespeed.ai/api/v3/wavespeed-ai/ai-fat-filter" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{}'

# Get the result
curl --location --request GET "https://api.wavespeed.ai/api/v3/predictions/${requestId}/result" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}"

Parameters

Task Submission Parameters

Request Parameters

ParameterTypeRequiredDefaultRangeDescription
imagestringYes-The URL of the input image.

Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
data.idstringUnique identifier for the prediction, Task Id
data.modelstringModel ID used for the prediction
data.outputsarrayArray of URLs to the generated content (empty when status is not completed)
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.has_nsfw_contentsarrayArray of boolean values indicating NSFW detection for each output
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds

Result Request Parameters

ParameterTypeRequiredDefaultDescription
idstringYes-Task ID

Result Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
dataobjectThe prediction data object containing all details
data.idstringUnique identifier for the prediction, the ID of the prediction to get
data.modelstringModel ID used for the prediction
data.outputsstringArray of URLs to the generated content (empty when status is not completed).
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds
© 2025 WaveSpeedAI. All rights reserved.