FASHN AI · Capability
FASHN AI API
FASHN AI is a generative-image platform tailored for fashion. The public API exposes an asynchronous prediction workflow: clients submit a job against a named model with model-specific inputs, then poll a status endpoint until the prediction completes. Models include Try-On Max, Product to Model, Face to Model, Model Create, Model Swap, Edit, Reframe, Image to Video, and Background Remove.
What You Can Do
POST
Runprediction
— Submit a new prediction job
/run
GET
Getpredictionstatus
— Retrieve prediction status and output
/status/{id}
MCP Tools
runprediction
Submit a new prediction job
getpredictionstatus
Retrieve prediction status and output
read-only
idempotent