Document Intelligence
GetUploadLinks
`DocumentIntelligence.GetUploadLinks` returns presigned upload URLs.
Signature
func (c *DocIntelClient) GetUploadLinks(ctx context.Context, jobID string, filename string) (*DocIntelGetUploadLinksResponse, error)Validation rules
jobIDmust be non-emptyfilenamemust be non-empty- file extension must be
.pdfor.zip
Request behavior
SDK sends one filename as files: [filename].
Next step
Upload the file, then call Start.