Upload a file using base64 encoding
POST/api/v1/files/upload/base64
Uploads a file to the server using base64-encoded content
Request
Responses
- 201
- 400
- 401
- 403
- 409
File uploaded successfully
Missing content or invalid project
Authentication required
Insufficient permissions
The project's storage_bytes quota is exceeded (QUOTA_STORAGE_EXCEEDED). Delete stored content, or raise the quota — no window reset clears a stored total, so no Retry-After is sent.