Fetch Task Detail

Fetch task detail is designed to retrieve details of a specific task.

Give a detailed card.

post

Give a detailed card.

Authorizations
Responses
201Success
application/json
post
POST /api/task/card/{uuid} HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
201Success
{
  "task_uuid": "text",
  "image_url": "text",
  "video_url": "text",
  "prompt": "text",
  "num_like": 1,
  "is_like": true,
  "time": "2025-06-30T16:20:14.807Z",
  "author": {
    "user_uuid": "text",
    "username": "text",
    "avatar_url": "text",
    "email": "text"
  },
  "user_state": "text",
  "lisenced": true,
  "title": "text",
  "style": "text",
  "is_private": true,
  "is_hidden": true,
  "audio_url": "text",
  "image_urls": [
    "text"
  ],
  "view_weights": [
    "text"
  ],
  "step": "text",
  "chat_history": [
    "text"
  ],
  "settings": {
    "style": "text",
    "seed": 1,
    "gender": true,
    "resolution": "text",
    "turbo": true,
    "height": 1,
    "weight": 1,
    "hair_style": 1,
    "hair_color": 1,
    "view_weights": [
      "text"
    ],
    "type": "text",
    "image": [
      "text"
    ],
    "f_36": 1,
    "f_36_box": 1,
    "constraints": true,
    "original_model": true,
    "T_fast": 1,
    "T_slow": 1,
    "jawline": true,
    "blender_user": "text",
    "skin_color_selected": 1,
    "pipeline_slow_type": "text",
    "lighting_type": "text",
    "optimize_nose": true,
    "remove_shadow": true,
    "disable_local_pca": true,
    "disable_exp_bs": true,
    "neutral_close_mouth": true,
    "gen_me": true,
    "landmark_lipline": true,
    "caption_style": true,
    "strong_eyesmall": true,
    "head_down": true,
    "strong_reg": true,
    "use_prompt_image": true,
    "version": "text",
    "quality": "text",
    "symmetric": true,
    "reference_image": "text",
    "reference_geometry": "text",
    "geometry": "text",
    "geometry_file_format": "text",
    "material": "text",
    "texture": true,
    "retry": true,
    "use_hyper": true,
    "escore": 1,
    "reference_scale": 1,
    "condition_mode": "text",
    "image_label": [
      "text"
    ],
    "bbox_condition": [
      "text"
    ],
    "bbox_condition_cfg": true,
    "bbox_condition_weight": 1,
    "voxel_condition": "text",
    "voxel_condition_cfg": true,
    "voxel_condition_weight": 1,
    "pcd_condition": [
      "text"
    ],
    "pcd_condition_cfg": true,
    "pcd_condition_weight": 1,
    "pcd_condition_uncertainty": 1,
    "inference_steps": 1,
    "guidance_scale": 1,
    "negative_prompt": "text",
    "rest_bias": 1,
    "sharp_bias": 1,
    "fast_texture": true,
    "image_mode": "text",
    "enable_advance_option": true,
    "face_enhance": true,
    "allow_face_enhance": true,
    "default_face_enhance": true,
    "mesh_export_type": "text",
    "mesh_smooth": true,
    "mesh_simplify": true,
    "lineart_enable": true,
    "lineart_weight": 1,
    "sim_attributes": {
      "enabled": true,
      "mass": 1,
      "height": 1,
      "static_friction": 1,
      "dynamic_friction": 1,
      "restitution": 1,
      "collision_mesh": "convexDecomposition",
      "semantic_class": "text",
      "semantic_hierarchy": "text",
      "semantic_qcode": "text"
    },
    "quality_override": 1,
    "use_upscale_texture": true,
    "export_multiview": true,
    "generation_mode": "text",
    "duration": 1,
    "export_type": "text",
    "add_normal": true,
    "topology": "text",
    "replace_eye": true,
    "replace_eyebow": true,
    "render_highquality": true,
    "rodin_api_render": true,
    "company": "text",
    "parent_id": 1
  },
  "model_preview_info": {
    "error": "text",
    "model": "text",
    "model_obj": "text",
    "texture_diffuse": "text",
    "texture_specular": "text",
    "texture_normal": "text",
    "texture_pbr": "text",
    "texture_shaded": "text",
    "preview_sdf": "text"
  },
  "card_poster_info": {
    "render_basic": "text",
    "render_cyber": "text",
    "render_geometry": "text",
    "preview_image": "text",
    "geometry_image": "text",
    "geometry_video": "text",
    "material_image": "text",
    "material_video": "text",
    "render_video": "text"
  },
  "rodin_generate_info": {
    "conditions": "text",
    "mesh_input_images": {},
    "material_input_images": {},
    "mesh_generate_settings": "text",
    "material_generate_settings": "text"
  },
  "pending_jobs": [
    "text"
  ]
}

Last updated