Skip to main content
POST
/
v2
/
analyze
/
create-report
cURL
curl --request POST \
  --url https://revive-api-v2-production.herokuapp.com/v2/analyze/create-report \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "photos": [
    "<unknown>"
  ],
  "address": "<string>",
  "state": "<string>",
  "bathroom": 123,
  "yearBuilt": 123,
  "createdBy": {}
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
photos
any[]
required
address
string
required
state
string
required
bathroom
number
required
yearBuilt
number
required
createdBy
object

Response

200

Success