Base64PDFSourceParam Class — anthropic-sdk-python Architecture
Architecture documentation for the Base64PDFSourceParam class in base64_pdf_source_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD dd58d17e_083c_eda4_cfca_fc7dc162762d["Base64PDFSourceParam"] ee0e912f_c4cc_ca9f_9e66_275c2616874b["base64_pdf_source_param.py"] dd58d17e_083c_eda4_cfca_fc7dc162762d -->|defined in| ee0e912f_c4cc_ca9f_9e66_275c2616874b
Relationship Graph
Source Code
src/anthropic/types/base64_pdf_source_param.py lines 15–20
class Base64PDFSourceParam(TypedDict, total=False):
data: Required[Annotated[Union[str, Base64FileInput], PropertyInfo(format="base64")]]
media_type: Required[Literal["application/pdf"]]
type: Required[Literal["base64"]]
Domain
Source
Frequently Asked Questions
What is the Base64PDFSourceParam class?
Base64PDFSourceParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/base64_pdf_source_param.py.
Where is Base64PDFSourceParam defined?
Base64PDFSourceParam is defined in src/anthropic/types/base64_pdf_source_param.py at line 15.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free