Service endpoints (auto-generated):
| Rule | Methods | Description |
|---|---|---|
| / | GET | - |
| /health | GET | Health check - GET |
| /ingest | POST | POST multipart/form-data file='file' OR POST JSON { "gcs_uri": "gs://..." } |
Example:
curl -X POST http://34.50.156.140/ingest -H "Content-Type: application/json" -d '{"gcs_uri":"gs://your-bucket/path.wav"}'