API-upload

This guide explains how to create/process a 360 walk/video using the Evercam Ingest public API.


Make sure you have

  • The project ID

  • Drawing ID

1. Prepare an upload

First, we need to create a 360 asset.


Post /{project_id}/upload

curl -H "Content-Type: application/json" -X POST \
 "https://ingest2.evercam.io/360/{project_id}/upload" \
 --data @body.json