全新司空 2 OpenAPI V1.0(openapi-translation)
  1. Model Management
全新司空 2 OpenAPI V1.0(openapi-translation)
  • Root Directory
    • Authentication and Authorization
      • Authentication Authorization Tutorial
    • System Services
      • FlightHub 2 Public Cloud Access Point Information
      • Query FlightHub 2 System Status
    • Organization Projects
      • Organization Project Tutorial
      • Get the List of Projects Under the Organization
      • Get the List of Devices Under the Organization
      • Get the List of Devices Under the Project
      • Obtain the storage upload credentials for the project
      • Add Members to the Project
    • Livestream Management
      • Live streaming management tutorial
      • Push Livestream
        • Enable Livestream
      • Stream forwarding (only supports private cloud)
        • Stream Forwarding Error Code
        • Create Stream Forwarder
        • Enable/Disable Stream Forwarder
    • Annotation Management
      • Annotation management tutorial
      • Create Map Annotations
    • Task Management
      • Task management tutorial
      • Create Flight Tasks
      • Update Flight Task Status
      • Get the Flight Task List
      • Get Media Files Generated by the Flight Task
      • Get Flight Trajectory Information
    • Device Management
      • Device management tutorial
      • Get Device Properties
      • Get HMS Information
      • Switch Dock Cameras
      • Switch Aircraft Cameras
      • Custom Network RTK Calibration
      • Specify device to enter relay frequency pairing mode (only supports private cloud and relay)
      • Query relay frequency pairing result (only supports private cloud and relay)
    • Route Management
      • Route management tutorial
      • Flight Route Upload Completion Notification
      • Get the List of Flight Routes Under the Project
      • Get Flight Route Details
    • Model Management
      • Model management tutorial
      • Model reconstruction coordinate system
      • Get the List of Models Under the Project
        GET
      • Mapping
        POST
      • Get the Model Details
        GET
      • Get Model File Download URL
        GET
    • Open modeling
      • Open modeling tutorial
      • Model Reconstruction Error Code
      • Algorithm parameter introduction
      • Get upload credential
      • Upload callback
      • Get resource details
      • Delete resource
      • Start reconstruction task
      • Stop reconstruction task
      • Get the Model Details
      • Delete Models
  • Get the Stream Transcoder List
    GET
  • Send Real-Time Control Command
    POST
  • Delete Stream Forwarder
    DELETE
  • Acquire Control
    POST
  • Release Control
    DELETE
  • Video Transmission Quality Settings
    PUT
  • Get the Flight Task Information
    GET
  1. Model Management

Get the Model Details

开发中
GET
/openapi/v0.1/model/{model_id}
Obtain the model details

请求参数

Path 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/openapi/v0.1/model/' \
--header 'X-Request-Id: {{$string.uuid}}' \
--header 'X-Language: zh' \
--header 'X-Project-Uuid: {{X-Project-Uuid}}' \
--header 'X-User-Token: {{x-user-token}}'

返回响应

🟢200Success
application/json
Body

示例
{
    "code": 0,
    "message": "",
    "data": {
        "id": 10,
        "name": "cloud",
        "user_name": "1721360612003670572",
        "url": "http://127.0.0.1:30802/file-storage-privatization/8d72d542-f966-447d-85c6-c440263ca612/f8d836b0-1092-4750-88cf-3a99157c61fb/841a0559-7fb6-42e4-abb7-dd7bd0f72479/cloud.las?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20250124%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250124T123113Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&response-expires=Sat%2C%2025%20Jan%202025%2012%3A31%3A13%20GMT&x-id=GetObject&X-Amz-Signature=702a04b7e2ef7bbfb1f7d1afe6e135284b32fa5f230b4308a3391277aa622fa6",
        "preview_url": "http://127.0.0.1:30802/file-storage-privatization/8d72d542-f966-447d-85c6-c440263ca612/f8d836b0-1092-4750-88cf-3a99157c61fb/5e1c1459-6706-4323-8364-c9ac1a3a7c71/cloud_capture.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20250124%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250124T085904Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3Bfilename%3D%22cloud_capture.png.png%22&response-expires=Sat%2C%2025%20Jan%202025%2008%3A59%3A04%20GMT&x-id=GetObject&X-Amz-Signature=e5dce416b16e7dccf5b5347ec0d71534c6e6e891e96bc806a143de91b21edd45",
        "show_on_map": true,
        "size": 31010130,
        "update_at": 1721372297000,
        "create_at": 1721372296794,
        "file_type": "model_3d"
    }
}
修改于 2025-04-29 08:41:57
上一页
Mapping
下一页
Get Model File Download URL
Built with