Package ai.vectros.types
Class FileUploadResponse
java.lang.Object
ai.vectros.types.FileUploadResponse
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic FileUploadResponse.Builderbuilder()booleangetId()inthashCode()toString()
-
Method Details
-
getId
- Returns:
- Document ID assigned to this upload. Poll
GET /v1/documents/{id}to track indexing status after the upload completes.
-
getUploadUrl
- Returns:
- Presigned upload URL. Upload the raw file bytes directly to this URL with an HTTP PUT request, setting the Content-Type header to the
fileTypeyou provided. No Authorization header is needed — the URL is self-authenticating.
-
getExpiresAt
- Returns:
- ISO-8601 UTC timestamp at which the presigned URL expires. The upload must complete before this time. Default expiry is 60 minutes.
-
getExternalId
- Returns:
- The stable identifier you supplied on the request, echoed back. Immutable, and unique within your account and context. Null when you did not supply one.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-