Skip to main content
Explore advanced features of the Mem[v] SDK including custom HTTP clients, raw responses, proxies, and more.

Raw response access

Custom HTTP client

Configure proxies

Concurrent operations

Parallel requests

Batch uploads

Custom logging

Best practices

Create one client instance and reuse it throughout your application.
Async is more efficient for multiple concurrent requests.
Track rate limit headers to avoid throttling.
Always handle potential errors gracefully.

Next steps

Error handling

Comprehensive error handling

API Reference

Complete API documentation