New API Routes: Text and PDF Analysis with Structured Responses
Expanding our AI analysis capabilities, Proxed.AI now offers new dedicated API routes for Text and PDF analysis, leveraging our Structured Response feature.
#/v1/text
- Text Analysis:
- Submit text content to this endpoint.
- Receive structured, schema-validated responses for tasks like:
- Sentiment analysis
- Topic extraction
- Text summarization
- Key phrase identification
#/v1/pdf
- PDF Analysis:
- Submit PDF documents (via URL or base64-encoded data).
- Ideal for:
- Document summarization
- Information extraction from PDFs
- Table and figure analysis
Both routes are fully integrated with the schema you define in your project settings, ensuring predictable and validated outputs. They also benefit from DeviceCheck security, metrics tracking, and comprehensive error handling.
Check our documentation for implementation details.