Skip to main content
POST
Depth estimation

Body

application/json

Request to estimate per-pixel depth from images.

inputs
required

Single image or list of images (base64, URL or binary) for depth estimation. Required.

parameters
object | null

Optional configuration parameters passed to the depth estimation model.

timeout
number | null

Maximum time in seconds to wait for any remote fetching or long processing steps.

Response

200 - application/json

Depth estimation output

predicted_depth
number[]

tensor-like numeric array

depth
string

image encoded as base64 or URL