We’re sorry, but your transaction failed to process. Please try again or contact site support.
import anthropic client = anthropic.Anthropic() client.beta.files.upload( file=("document.pdf", open("/path/to/document.pdf", "rb"), "application/pdf"), )
We’re sorry, but your transaction failed to process. Please try again or contact site support.