How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Diebian AI Super-Resolution API

Backend API for Diebian AI (蝶变 AI), 4K Garden's credit-metered video super-resolution platform. Covers authentication, customer accounts and prepaid credit balances, super-resolution task submission and tracking, output download, a commercial (TVC) production task surface, and enterprise team administration. The OpenAPI is springdoc-generated and served publicly without credentials, but 4K Garden publishes no developer portal, reference or authentication documentation for it - so it is a publicly-served first-party contract rather than a documented developer programme.

This API exposes 66 operations across 58 paths, organized into 5 resource areas, and defines 90 schemas. It is described by OpenAPI 3.0.3, at version 3.0.0.

Requests are made against a single base URL, http://www.fly4k.com:80.

66 operations 58 paths 90 schemas 2 DELETE28 GET1 HEAD1 OPTIONS1 PATCH27 POST5 PUT1 TRACE

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.0.0
Base URL
https://video-cn.fly4k.com/api
Resource Areas
5

Paths & Operations 66

Across 58 paths, the API surfaces 66 operations — 2 DELETE, 28 GET, 1 HEAD, 1 OPTIONS, 1 PATCH, 27 POST, 5 PUT, 1 TRACE. They span 5 resource areas: auth-controller, customer-controller, enterprise-controller, frontend-controller, tvc-controller. Each is listed below with its method, path, parameters, and response codes.

auth-controller 16
GET
/api/auth/health
health
healthUsingGET → 200401403404
POST
/api/auth/login
login
loginUsingPOST body → 200201401403404
POST
/api/auth/login-sms
loginSms
loginSmsUsingPOST body → 200201401403404
GET
/api/auth/me
me
meUsingGET → 200401403404
POST
/api/auth/register
register
registerUsingPOST body → 200201401403404
GET
/api/auth/register-config
registerConfig
registerConfigUsingGET → 200401403404
POST
/api/auth/reset-password
resetPassword
resetPasswordUsingPOST body → 200201401403404
POST
/api/auth/sms-code
sendCode
sendCodeUsingPOST body → 200201401403404
GET
/api/auth/verificationCode
verificationCode
verificationCodeUsingGET → 200401403404
PUT
/api/auth/verificationCode
verificationCode
verificationCodeUsingPUT → 200201401403404
POST
/api/auth/verificationCode
verificationCode
verificationCodeUsingPOST → 200201401403404
DELETE
/api/auth/verificationCode
verificationCode
verificationCodeUsingDELETE → 200204401403
OPTIONS
/api/auth/verificationCode
verificationCode
verificationCodeUsingOPTIONS → 200204401403
HEAD
/api/auth/verificationCode
verificationCode
verificationCodeUsingHEAD → 200204401403
PATCH
/api/auth/verificationCode
verificationCode
verificationCodeUsingPATCH → 200204401403
TRACE
/api/auth/verificationCode
verificationCode
verificationCodeUsingTRACE → 200204401403
customer-controller 23
GET
/api/user/balance
getBalance
getBalanceUsingGET → 200401403404
POST
/api/user/bindSaler
bindSaler
bindSalerUsingPOST body → 200201401403404
GET
/api/user/consumption
getConsumption
getConsumptionUsingGET 2 params → 200401403404
GET
/api/user/credit-packages
listCreditPackages
listCreditPackagesUsingGET → 200401403404
GET
/api/user/credit-rules
getCreditRules
getCreditRulesUsingGET → 200401403404
POST
/api/user/download/create
createDownload
createDownloadUsingPOST body → 200201401403404
POST
/api/user/download/get
getDownload
getDownloadUsingPOST body → 200201401403404
GET
/api/user/enterprise-plans
listEnterprisePlans
listEnterprisePlansUsingGET → 200401403404
GET
/api/user/member-plans
listMemberPlans
listMemberPlansUsingGET → 200401403404
GET
/api/user/orders
listTasks
listTasksUsingGET_1 → 200401403404
PUT
/api/user/password
changePassword
changePasswordUsingPUT body → 200201401403404
PUT
/api/user/phone
changePhone
changePhoneUsingPUT body → 200201401403404
GET
/api/user/productList
productList
productListUsingGET → 200401403404
PUT
/api/user/profile
updateProfile
updateProfileUsingPUT body → 200201401403404
GET
/api/user/stats
getCustomerStats
getCustomerStatsUsingGET → 200401403404
GET
/api/user/tasks
listTasks
listTasksUsingGET 3 params → 200401403404
POST
/api/user/tasks
createTask
createTaskUsingPOST body → 200201401403404
POST
/api/user/tasks/appeal
appealTask
appealTaskUsingPOST body → 200201401403404
POST
/api/user/tasks/upload
createTaskUpload
createTaskUploadUsingPOST 7 params body → 200201401403404
POST
/api/user/tasks/uploadTest
createTaskUploadTest
createTaskUploadTestUsingPOST 4 params body → 200201401403404
GET
/api/user/tasks/{taskId}
getTask
getTaskUsingGET 1 param → 200401403404
POST
/api/user/tasks/{taskId}/cancel
cancelTask
cancelTaskUsingPOST 1 param → 200201401403404
POST
/api/user/tasks/{taskId}/retry
retryTask
retryTaskUsingPOST 1 param → 200201401403404
enterprise-controller 9
POST
/api/enterprise/invitations/{invitationId}/accept
acceptInvitation
acceptInvitationUsingPOST 1 param → 200201401403404
POST
/api/enterprise/invitations/{invitationId}/reject
rejectInvitation
rejectInvitationUsingPOST 1 param → 200201401403404
GET
/api/enterprise/my
getMyEnterprise
getMyEnterpriseUsingGET → 200401403404
POST
/api/enterprise/upgrade
upgradeToEnterprise
upgradeToEnterpriseUsingPOST body → 200201401403404
POST
/api/enterprise/{enterpriseId}/invite
inviteMember
inviteMemberUsingPOST 1 param body → 200201401403404
GET
/api/enterprise/{enterpriseId}/members
listMembers
listMembersUsingGET 1 param → 200401403404
DELETE
/api/enterprise/{enterpriseId}/members/{memberUserId}
removeMember
removeMemberUsingDELETE 2 params → 200204401403
PUT
/api/enterprise/{enterpriseId}/members/{memberUserId}/level
changeMemberLevel
changeMemberLevelUsingPUT 2 params body → 200201401403404
GET
/api/enterprise/{enterpriseId}/stats
enterpriseStats
enterpriseStatsUsingGET 1 param → 200401403404
frontend-controller 10
GET
/api/
index
indexUsingGET → 200401403404
GET
/api/*.html
htmlSuffix
htmlSuffixUsingGET → 200401403404
GET
/api/css/**
cssFiles
cssFilesUsingGET → 200401403404
GET
/api/dashboard
cleanUrl
cleanUrlUsingGET → 200401403404
GET
/api/enterprise
cleanUrl
cleanUrlUsingGET_1 → 200401403404
GET
/api/images/**
imageFiles
imageFilesUsingGET → 200401403404
GET
/api/js/**
jsFiles
jsFilesUsingGET → 200401403404
GET
/api/landing
cleanUrl
cleanUrlUsingGET_2 → 200401403404
GET
/api/login
cleanUrl
cleanUrlUsingGET_3 → 200401403404
GET
/api/{filename}
rootStaticFile
rootStaticFileUsingGET 1 param → 200401403404
tvc-controller 8
POST
/api/tvc/task/cancel
cancelTask
cancelTaskUsingPOST_1 body → 200201401403404
POST
/api/tvc/task/confirm
confirmTask
confirmTaskUsingPOST body → 200201401403404
POST
/api/tvc/task/create
createTask
createTaskUsingPOST_1 6 params body → 200201401403404
POST
/api/tvc/task/create-cinema
createCinemaTask
createCinemaTaskUsingPOST body → 200201401403404
POST
/api/tvc/task/detail
taskDetail
taskDetailUsingPOST body → 200201401403404
POST
/api/tvc/task/list
listTasks
listTasksUsingPOST body → 200201401403404
POST
/api/tvc/task/revise
reviseTask
reviseTaskUsingPOST body → 200201401403404
POST
/api/tvc/workspace
workspace
workspaceUsingPOST → 200201401403404

Schemas 90

The contract defines 90 schemas that model the data the API accepts and returns. The most detailed are Task (39 properties), TvcTaskDetailVo (25 properties), CustomerInfoVo (25 properties), CustomerVo (22 properties). Each schema is shown below with its type and property counts.

ApiResponse
object
3 properties
ApiResponse«CreditPackageListVo»
object
3 properties
ApiResponse«CreditRulesVo»
object
3 properties
ApiResponse«CustomerBalanceVo»
object
3 properties
ApiResponse«CustomerInfoVo»
object
3 properties
ApiResponse«CustomerStatsVo»
object
3 properties
ApiResponse«CustomerVo»
object
3 properties
ApiResponse«EnterpriseDetailVo»
object
3 properties
ApiResponse«EnterprisePlanListVo»
object
3 properties
ApiResponse«EnterpriseStatsVo»
object
3 properties
ApiResponse«EnterpriseUpgradeResultVo»
object
3 properties
ApiResponse«HealthVo»
object
3 properties
ApiResponse«JSONObject»
object
3 properties
ApiResponse«List«CustomerVo»»
object
3 properties
ApiResponse«List«OrderListVO»»
object
3 properties
ApiResponse«List«ProductVO»»
object
3 properties
ApiResponse«LoginResultVo»
object
3 properties
ApiResponse«Map«string,object»»
object
3 properties
ApiResponse«MemberPlanListVo»
object
3 properties
ApiResponse«PagedConsumptionVo»
object
3 properties
ApiResponse«PagedTaskVo»
object
3 properties
ApiResponse«RegisterConfigVo»
object
3 properties
ApiResponse«TaskCreateResultVo»
object
3 properties
ApiResponse«TaskDetailVo»
object
3 properties
ApiResponse«TaskUploadResultVo»
object
3 properties
ApiResponse«TvcTaskCreateResultVo»
object
3 properties
ApiResponse«TvcTaskDetailVo»
object
3 properties
ApiResponse«TvcWorkspaceVo»
object
3 properties
ApiResponse«VerificationCodeVO»
object
3 properties
ApiResponse«Void»
object
2 properties
ChangeMemberLevelAO
object
1 property
ChangePasswordAO
object
2 properties
ChangePhoneAO
object
3 properties
Consumption
object
9 properties
CreateCinemaTaskAO
object
3 properties
CreateTaskAO
object
8 properties
CreditPackage
object
12 properties
CreditPackageListVo
object
2 properties
CreditRulesVo
object
2 properties
CustomerBalanceVo
object
14 properties
CustomerInfoVo
object
25 properties
CustomerStatsVo
object
6 properties
CustomerVo
object
22 properties
EnterpriseBriefVo
object
7 properties
EnterpriseDetailVo
object
17 properties
EnterpriseInvitationVo
object
9 properties
EnterprisePlan
object
14 properties
EnterprisePlanListVo
object
1 property
EnterpriseStatsVo
object
2 properties
EnterpriseUpgradeResultVo
object
2 properties
EnterpriseVo
object
15 properties
FpsRateTierHighVo
object
2 properties
FpsRateTierVo
object
2 properties
FpsRatesVo
object
3 properties
HealthVo
object
2 properties
InputStream
object
InviteMemberAO
object
2 properties
LinkmanInfo
object
4 properties
ListTvcTasksAO
object
3 properties
LoginAO
object
3 properties
LoginResultVo
object
2 properties
LoginSmsAO
object
2 properties
MemberPlan
object
13 properties
MemberPlanListVo
object
1 property
OrderListVO
object
5 properties
PagedConsumptionVo
object
5 properties
PagedTaskVo
object
5 properties
ProductVO
object
10 properties
RegisterAO
object
5 properties
RegisterConfigVo
object
1 property
ResetPasswordAO
object
3 properties
Resource
object
8 properties
SendCodeAO
object
4 properties
Task
object
39 properties
TaskCreateResultVo
object
9 properties
TaskDetailVo
object
9 properties
TaskStatsVo
object
4 properties
TaskUploadResultVo
object
15 properties
TvcRevisionVo
object
4 properties
TvcStatsVo
object
4 properties
TvcTaskCancelAO
object
2 properties
TvcTaskCreateResultVo
object
5 properties
TvcTaskDetailVo
object
25 properties
TvcTaskIdAO
object
1 property
TvcTaskListVo
object
10 properties
TvcTaskReviseAO
object
2 properties
TvcWorkspaceVo
object
5 properties
UpdateProfileAO
object
1 property
UpgradeEnterpriseAO
object
2 properties
VerificationCodeVO
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

4k-garden-diebian-ai-openapi.json Raw ↑
Where this information came from

This is an independent, third-party profile of Diebian AI Super-Resolution API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.