Support Resources
Documentation
Comprehensive guides and API reference
Console
Manage API keys and monitor usage
Platform
Web interface for document processing
Status Page
Check service status and incidents
Contact Support
Email Support
General Support
hello@trypulse.ai
- Technical questions
- Integration help
- Bug reports
- Feature requests
Founders Direct
founders@trypulse.ai
- Strategic partnerships
- Enterprise inquiries
- Product feedback
- Special requests
Common Issues
Authentication Issues
Authentication Issues
Problem: Getting AUTH_002 Invalid API key errorSolutions:
- Verify your API key in the Console
- Check you’re using the correct environment (production vs test)
- Ensure the
x-api-key
header is properly formatted - Regenerate your API key if needed
File Processing Errors
File Processing Errors
Problem: FILE_001 Invalid file typeSolutions:
- Check supported formats: PDF, JPG/JPEG, PNG, DOCX, PPTX, XLSX, HTML
- Verify file extension matches content
- Ensure file isn’t corrupted
- Contact support for large files
- Consider using async processing
- Split very large documents if needed
Async Job Issues
Async Job Issues
Problem: Job timing out or failingSolutions:
- Use smaller page ranges for complex documents
- Check job status regularly
- Implement proper error handling
Schema Extraction Problems
Schema Extraction Problems
Problem: Missing or incorrect data in schema extractionSolutions:
- Use descriptive field names matching document terminology
- Provide schema prompts for context
- Start with simple schemas and add complexity
- Make optional fields nullable
Rate Limiting
Rate Limiting
Problem: Getting rate limited or BILLING_001 errorsSolutions:
- Check current usage in Console
- Implement client-side rate limiting
- Use caching to avoid reprocessing
- Upgrade plan for higher limits
Best Practices
Before Contacting Support
1
Check Documentation
Review relevant documentation sections for your issue
2
Verify Error Details
Note the exact error code and message
3
Test with Simple Case
Try a basic example to isolate the issue
4
Gather Information
Collect request/response details, file samples, and code snippets
What to Include in Support Requests
Debug Mode
Enable detailed logging for troubleshooting:FAQ
How do I get started?
How do I get started?
- Sign up at runpulse.com/pricing-studio-pulse
- Generate an API key
- Follow the Quickstart Guide
- Start with simple extractions before adding complexity
What's the difference between /extract and /extract_async?
What's the difference between /extract and /extract_async?
/extract
: Synchronous, best for documents under 50 pages/extract_async
: Asynchronous, required for large documents- The client library automatically chooses based on file size
How accurate is the extraction?
How accurate is the extraction?
Accuracy depends on:
- Document quality (resolution, clarity)
- Content type (typed vs handwritten)
- Schema complexity
Can I process documents in other languages?
Can I process documents in other languages?
Yes! Pulse API supports 100+ languages including:
- European languages (Spanish, French, German, etc.)
- Asian languages (Chinese, Japanese, Korean, etc.)
- RTL languages (Arabic, Hebrew)
- And many more
Is my data secure?
Is my data secure?
Yes, we take security seriously:
- ISO 27001 certified
- SOC 2 Type II certified
- GDPR compliant
- HIPAA compliant
- Data encrypted in transit and at rest
- Automatic deletion after 48 hours
- No data used for training
Quick Links
- API Reference: /api-reference/introduction
- Console: runpulse.com/pricing-studio-pulse
- Status Page: status.runpulse.com
- Email Support: hello@trypulse.ai