Docs

Integration & export documentation

Use these docs as a starting point. You can later replace the placeholders with your real API routes.

Exports

Common formats supported.

  • COCO: segmentation + detection
  • YOLO: fast training pipelines
  • Pascal VOC: legacy CV workflows
  • JSONL / CSV: NLP + tabular

API endpoints (example)

Connect your frontend forms to API Gateway routes:

  • POST /api/register
  • POST /api/demo
  • POST /api/contact
  • POST /api/newsletter
  • POST /api/tickets

Security notes

Recommended production setup:

  • Use CloudFront + HTTPS for your site and APIs.
  • Keep S3 private with OAC (Origin Access Control) if using CloudFront.
  • Store secrets in AWS Secrets Manager (never in code).
  • Use proper password hashing (bcrypt / PBKDF2) and email verification.