Public
Documentation Settings

Luma NeRF and 3D Alpha API Docs

GETget credits

https://webapp.engineeringlumalabs.com/api/v2/capture/credits

Get used, remaining and total credits for the account

HEADERS
Authorization

luma-api-key={key}

Example Request
curl
curl --location 'https://webapp.engineeringlumalabs.com/api/v2/capture/credits' \
--header 'Authorization: luma-api-key={key}'
200 OK
Example Response
json
{
  "remaining": 71,
  "used": 4,
  "total": 75
}
Content-Security-Policy

default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests

X-DNS-Prefetch-Control

off

Expect-CT

max-age=0

X-Frame-Options

SAMEORIGIN

Strict-Transport-Security

max-age=15552000; includeSubDomains

X-Download-Options

noopen

X-Content-Type-Options

nosniff

X-Permitted-Cross-Domain-Policies

none

Referrer-Policy

no-referrer

X-XSS-Protection

0

Access-Control-Allow-Origin

*

Content-Type

application/json; charset=utf-8

Content-Length

36

ETag

W/"24-6NN0Bwwc9WwoCwNfoe1d+6t2jLg"

Date

Sun, 26 Mar 2023 15:53:31 GMT

Connection

keep-alive

Keep-Alive

timeout=5

POSTcreate capture

https://webapp.engineeringlumalabs.com/api/v2/capture

Create a capture with title

HEADERS
Authorization

luma-api-key={key}

Bodyurlencoded
title

sofa set

camModel

normal

camModel

fisheye

camModel

equirectangular

removeHumans

true

Example Request
curl
curl --location 'https://webapp.engineeringlumalabs.com/api/v2/capture' \
--header 'Authorization: luma-api-key={key}' \
--data-urlencode 'title=sofa set'
200 OK
Example Response
json
{
  "signedUrls": {
    "source": "https://storage.googleapis.com/..."
  },
  "capture": {
    "title": "sofa set",
    "type": "reconstruction",
    "location": null,
    "privacy": "private",
    "date": "2023-03-26T15:54:08.268Z",
    "username": "karan",
    "status": "uploading",
    "slug": "pleasure-bless-j-243665"
  }
}
Content-Security-Policy

default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests

X-DNS-Prefetch-Control

off

Expect-CT

max-age=0

X-Frame-Options

SAMEORIGIN

Strict-Transport-Security

max-age=15552000; includeSubDomains

X-Download-Options

noopen

X-Content-Type-Options

nosniff

X-Permitted-Cross-Domain-Policies

none

Referrer-Policy

no-referrer

X-XSS-Protection

0

Access-Control-Allow-Origin

*

Content-Type

application/json; charset=utf-8

Content-Length

1090

ETag

W/"442-dUPPR9g7c13CpkG6G7/8x23cL0o"

Date

Sun, 26 Mar 2023 15:54:11 GMT

Connection

keep-alive

Keep-Alive

timeout=5

PUTupload capture

https://storage.googleapis.com...
Bodyfile
Example Request
curl
curl --location --request PUT 'https://storage.googleapis.com/...' \
--header 'Content-Type: text/plain' \
--data '@/Users/karanganesan/Movies/test.mov'
200 OK
Example Response
No response body
This request doesn't return any response body
X-GUploader-UploadID

ADPycdtAzewadnpPurA0Rq3P9FiPVHY_d59x7Dgl_5_NJzK4rID48Z2HHotG_1ixMAlz0YQAx9POe2rvKrGcVg4re0wka_AI9G5G

ETag

"8102ad3197797bf3ae3d9f21b4951709"

x-goog-generation

1679846118062046

x-goog-metageneration

1

x-goog-hash

crc32c=3K9gbA==

x-goog-hash

md5=gQKtMZd5e/OuPZ8htJUXCQ==

x-goog-stored-content-length

5414748

x-goog-stored-content-encoding

identity

Vary

Origin

Content-Length

0

Date

Sun, 26 Mar 2023 15:55:18 GMT

Server

UploadServer

Content-Type

text/html; charset=UTF-8

Alt-Svc

h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"