PicDance
Home
Home
Picdance
  1. Sample Schemas
  • RemoveBackGround
    • Introduction
    • API
      POST
  • Sky Replacement
    • Introduction
    • API
      POST
  • Colorize Photo
    • Introduction
    • API
      POST
  • Head Extraction
    • Introduction
    • API
      POST
  • AI Photo Enhancer
    • Introduction
    • API
      POST
  • Sketch to image
    • Introduction
    • API
      POST
    • Task
      GET
  • Remove Object
    • Introduction
    • API
      POST
  • Video Remove Background
    • Introduction
    • API
      POST
    • Task
      GET
  • Lip Color
    • Introduction
    • API
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
Home
Home
Picdance
  1. Sample Schemas

Pet

{
    "id": 1,
    "category": {
        "id": 1,
        "name": "string"
    },
    "name": "doggie",
    "photoUrls": [
        "string"
    ],
    "tags": [
        {
            "id": 1,
            "name": "string"
        }
    ],
    "status": "available"
}
Built with