Fetch Task Detail
Fetch task detail is designed to retrieve details of a specific task.
Last updated
Fetch task detail is designed to retrieve details of a specific task.
Last updated
Give a detailed card.
curl -L \
--request POST \
--url '/api/task/card/{uuid}' \
--header 'Authorization: Bearer JWT'
{
"task_uuid": "text",
"image_url": "text",
"video_url": "text",
"prompt": "text",
"num_like": 1,
"is_like": true,
"time": "2025-04-03T21:27:12.618Z",
"author": {
"user_uuid": "text",
"username": "text",
"avatar_url": "text",
"email": "text"
},
"user_state": "text",
"lisenced": true,
"title": "text",
"style": "text",
"is_private": 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,
"fast_texture": true,
"image_mode": "text",
"enable_advance_option": true,
"face_enhance": true,
"allow_face_enhance": true,
"default_face_enhance": true,
"duration": 1,
"export_type": "text",
"add_normal": true,
"topology": "text",
"replace_eye": true,
"replace_eyebow": true,
"render_highquality": true,
"company": "text"
},
"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": {
"mesh_input_images": {},
"material_input_images": {},
"mesh_generate_settings": "text",
"material_generate_settings": "text"
},
"pending_jobs": [
"text"
]
}