Get pre-signed upload URL for onboarding assets

POST /api/v1/onboarding/upload-url

Returns a pre-signed S3 PUT URL for uploading a firm logo during onboarding (no business context required).

Operation ID: get_onboarding_upload_url_api_v1_onboarding_upload_url_post · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Request body

filename string required
content_type string

Responses

201 Successful Response

upload_url string required
s3_key string required

400 Bad Request - Invalid input

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object

429 Too Many Requests - Rate limit exceeded