FASHN AI website screenshot

FASHN AI

FASHN AI is an AI-first company specializing in human-centric generative image models tailored for fashion applications. The public API offers an asynchronous prediction workflow against a catalog of models including Try-On Max, Product to Model, Face to Model, Model Create, Model Swap, Edit, Reframe, Image to Video, and Background Remove.

1 APIs 0 Features
AIClothingFashionVirtual Try-On

APIs

FASHN

The FASHN API is an asynchronous prediction service. Clients POST to /v1/run with a model_name and model-specific inputs, then poll /v1/status/{id} until the prediction complete...

Collections

Pricing Plans

Fashn Plans Pricing

3 plans

PLANS

Rate Limits

Fashn Rate Limits

5 limits

RATE LIMITS

FinOps

Fashn Finops

FINOPS

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
API Documentation
API Documentation
🌐
DeveloperPortal
DeveloperPortal
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: FASHN AI API
  version: '1.0'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Predictions
    type: folder
  items:
  - info:
      name: Submit a new prediction job
      type: http
    http:
      method: POST
      url: https://api.fashn.ai/v1/run
      body:
        type: json
        data: '{}'
    docs: 'Queues a new prediction for the requested model. The response contains a prediction id which must be polled via
      the status endpoint until the job reaches a terminal state. Rate limit: 50 requests per 60 seconds. Concurrency limit:
      6 simultaneous predictions per account.'
  - info:
      name: Retrieve prediction status and output
      type: http
    http:
      method: GET
      url: https://api.fashn.ai/v1/status/:id
      params:
      - name: id
        value: ''
        type: path
        description: Prediction identifier returned from /run.
    docs: 'Returns the current state of a prediction. CDN output URLs are valid for 72 hours; base64 outputs are valid for
      60 minutes. Rate limit: 50 requests per 10 seconds.'
bundled: true