Domain dev.krybe.co
United States
GOOGLE
  • Open service 142.250.185.147:443 · dev.krybe.co

    2026-01-08 07:16

    HTTP/1.1 200 OK
    content-type: text/html; charset=utf-8
    x-cloud-trace-context: 8fdbc2355e3bdde63571945db1860127
    date: Thu, 08 Jan 2026 07:16:56 GMT
    server: Google Frontend
    Content-Length: 4082
    Connection: close
    
    Page title: Krybe Speech Intelligence Platform
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Krybe Speech Intelligence Platform</title>
        <link rel="stylesheet" href="/static/css/styles.css">
        <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
    </head>
    <body>
        <main class="landing-page">
            <section class="hero animate-in">
                <h1>Enterprise Speech Intelligence</h1>
                <p class="hero-subtitle">Powerful speech recognition APIs for modern businesses</p>
                <div class="cta-buttons">
                    <a href="/docs" class="button primary">View Documentation</a>
                    <a href="#pricing" class="button secondary">See Pricing</a>
                </div>
            </section>
    
            <section class="features">
                <h2>Speech Recognition Models</h2>
                <div class="model-grid">
                    <div class="model-card glass">
                        <h3>Base Model</h3>
                        <p>Enterprise-grade transcription for general use cases</p>
                        <ul>
                            <li>High accuracy transcription</li>
                            <li>Multi-speaker detection</li>
                            <li>Intelligent punctuation</li>
                            <li>99.9% uptime SLA</li>
                        </ul>
                        <a href="/docs#base-api" class="api-link">View API →</a>
                    </div>
                    <div class="model-card glass">
                        <h3>Enhanced Model</h3>
                        <p>Advanced features for specialized content</p>
                        <ul>
                            <li>Higher accuracy rates</li>
                            <li>Technical vocabulary support</li>
                            <li>Advanced speaker profiling</li>
                            <li>Custom model training</li>
                        </ul>
                        <a href="/docs#enhanced-api" class="api-link">View API →</a>
                    </div>
                    <div class="model-card glass">
                        <h3>Efficient Model</h3>
                        <p>Ultra-fast processing for real-time needs</p>
                        <ul>
                            <li>Sub-second latency</li>
                            <li>Streaming capabilities</li>
                            <li>Real-time transcription</li>
                            <li>Optimized performance</li>
                        </ul>
                        <a href="/docs#efficient-api" class="api-link">View API →</a>
                    </div>
                </div>
            </section>
    
            <section class="api-overview">
                <h2>Simple, Powerful APIs</h2>
                <div class="code-examples glass">
                    <div class="tabs">
                        <button class="tab-button active">Python</button>
                        <button class="tab-button">cURL</button>
                        <button class="tab-button">JavaScript</button>
                    </div>
                    <pre class="code-block python"><code>import requests
    
    def transcribe_audio(api_key: str, audio_file: str) -> dict:
        """Process audio using Krybe's Base model"""
        url = "https://api.krybe.co/api/v1/transcribe/base"
        headers = {"X-API-Key": api_key}
        
        with open(audio_file, "rb") as f:
            files = {"file": f}
            response = requests.post(url, headers=headers, files=files)
        
        return response.json()</code></pre>
                    <pre class="code-block curl hidden"><code>curl -X POST https://api.krybe.co/api/v1/transcribe/base \
        -H "X-API-Key: YOUR_API_KEY" \
        -F "file=@audio.mp3"</code></pre>
                    <pre class="code-block javascript hidden"><code>const formData = new FormData();
    formData.append('file', audioFile);
    
    const response = await fetch('https://api.krybe.co/api/v1/transcribe/base', {
        method: 'POST',
        headers: { 'X-API-Key': apiKey },
        body: formData
    });</code></pre>
                </div>
            </section>
        </main>
        <script src="/static/js/landing.js"></script>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2a00:1450:4001:810::2013:80 · dev.krybe.co

    2026-01-08 07:16

    HTTP/1.1 302 Found
    location: https://dev.krybe.co/
    x-cloud-trace-context: 242095b28a921b6d7e43ac1467835162;o=1
    date: Thu, 08 Jan 2026 07:17:52 GMT
    content-type: text/html
    server: Google Frontend
    Content-Length: 0
    Connection: close
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 142.250.185.147:80 · dev.krybe.co

    2026-01-08 07:16

    HTTP/1.1 302 Found
    location: https://dev.krybe.co/
    x-cloud-trace-context: ebaf13ba9cb1e3540827e9c40b591781
    date: Thu, 08 Jan 2026 07:17:52 GMT
    content-type: text/html
    server: Google Frontend
    Content-Length: 0
    Connection: close
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2a00:1450:4001:810::2013:443 · dev.krybe.co

    2026-01-08 07:16

    HTTP/1.1 200 OK
    content-type: text/html; charset=utf-8
    x-cloud-trace-context: a8e001971b6ff646933e5ab273831d3c
    date: Thu, 08 Jan 2026 07:16:54 GMT
    server: Google Frontend
    Content-Length: 4082
    Connection: close
    
    Page title: Krybe Speech Intelligence Platform
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Krybe Speech Intelligence Platform</title>
        <link rel="stylesheet" href="/static/css/styles.css">
        <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
    </head>
    <body>
        <main class="landing-page">
            <section class="hero animate-in">
                <h1>Enterprise Speech Intelligence</h1>
                <p class="hero-subtitle">Powerful speech recognition APIs for modern businesses</p>
                <div class="cta-buttons">
                    <a href="/docs" class="button primary">View Documentation</a>
                    <a href="#pricing" class="button secondary">See Pricing</a>
                </div>
            </section>
    
            <section class="features">
                <h2>Speech Recognition Models</h2>
                <div class="model-grid">
                    <div class="model-card glass">
                        <h3>Base Model</h3>
                        <p>Enterprise-grade transcription for general use cases</p>
                        <ul>
                            <li>High accuracy transcription</li>
                            <li>Multi-speaker detection</li>
                            <li>Intelligent punctuation</li>
                            <li>99.9% uptime SLA</li>
                        </ul>
                        <a href="/docs#base-api" class="api-link">View API →</a>
                    </div>
                    <div class="model-card glass">
                        <h3>Enhanced Model</h3>
                        <p>Advanced features for specialized content</p>
                        <ul>
                            <li>Higher accuracy rates</li>
                            <li>Technical vocabulary support</li>
                            <li>Advanced speaker profiling</li>
                            <li>Custom model training</li>
                        </ul>
                        <a href="/docs#enhanced-api" class="api-link">View API →</a>
                    </div>
                    <div class="model-card glass">
                        <h3>Efficient Model</h3>
                        <p>Ultra-fast processing for real-time needs</p>
                        <ul>
                            <li>Sub-second latency</li>
                            <li>Streaming capabilities</li>
                            <li>Real-time transcription</li>
                            <li>Optimized performance</li>
                        </ul>
                        <a href="/docs#efficient-api" class="api-link">View API →</a>
                    </div>
                </div>
            </section>
    
            <section class="api-overview">
                <h2>Simple, Powerful APIs</h2>
                <div class="code-examples glass">
                    <div class="tabs">
                        <button class="tab-button active">Python</button>
                        <button class="tab-button">cURL</button>
                        <button class="tab-button">JavaScript</button>
                    </div>
                    <pre class="code-block python"><code>import requests
    
    def transcribe_audio(api_key: str, audio_file: str) -> dict:
        """Process audio using Krybe's Base model"""
        url = "https://api.krybe.co/api/v1/transcribe/base"
        headers = {"X-API-Key": api_key}
        
        with open(audio_file, "rb") as f:
            files = {"file": f}
            response = requests.post(url, headers=headers, files=files)
        
        return response.json()</code></pre>
                    <pre class="code-block curl hidden"><code>curl -X POST https://api.krybe.co/api/v1/transcribe/base \
        -H "X-API-Key: YOUR_API_KEY" \
        -F "file=@audio.mp3"</code></pre>
                    <pre class="code-block javascript hidden"><code>const formData = new FormData();
    formData.append('file', audioFile);
    
    const response = await fetch('https://api.krybe.co/api/v1/transcribe/base', {
        method: 'POST',
        headers: { 'X-API-Key': apiKey },
        body: formData
    });</code></pre>
                </div>
            </section>
        </main>
        <script src="/static/js/landing.js"></script>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
dev.krybe.co
CN:
dev.krybe.co
Key:
RSA-2048
Issuer:
WR3
Not before:
2025-11-16 20:54
Not after:
2026-02-14 21:44
Domain summary