# Developer Platform

<h2 align="center">welcome to my world</h2>

<p align="center">text here</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><strong>about me</strong></td><td>Get started with the developer platform in 5 minutes.</td><td><a href="https://app.gitbook.com/o/VNi2GDu4EOTXjgvQIQ4I/s/ORQlduFrlZh0l6i0t6nG/">services</a></td><td><a href="https://content.gitbook.com/content/zoe9oMSryu9hzT58WoG8/blobs/3CREfRDiHvrl4zeigfv7/no-code.jpg">no-code.jpg</a></td></tr><tr><td><h4><i class="fa-server">:server:</i></h4></td><td><strong>solutions</strong></td><td>Learn more about hosting the developer platform.</td><td><a href="https://app.gitbook.com/o/VNi2GDu4EOTXjgvQIQ4I/s/ORQlduFrlZh0l6i0t6nG/">services</a></td><td><a href="https://content.gitbook.com/content/zoe9oMSryu9hzT58WoG8/blobs/l5yFHhcGaN4Ta0gthVU0/hosted.jpg">hosted.jpg</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td>dev</td><td>Browse, test, and implement APIs.</td><td><a href="https://app.gitbook.com/o/VNi2GDu4EOTXjgvQIQ4I/s/MS76U6DBACwMU1Ur6Ss2/">API Reference</a></td><td><a href="https://content.gitbook.com/content/zoe9oMSryu9hzT58WoG8/blobs/1AOWCmHqQJ9sKgCxr47s/api-reference.jpg">api-reference.jpg</a></td></tr></tbody></table>

{% columns %}
{% column %}

### Get started in 5 minutes

Setting up your first API call should be the easiest part of getting started. With clear endpoints, copy-paste-ready examples, and quick authentication, you’ll be up and running in minutes—not hours.

No guesswork, no complexity—just your first successful call, fast.

<a href="https://app.gitbook.com/o/VNi2GDu4EOTXjgvQIQ4I/s/ORQlduFrlZh0l6i0t6nG/" class="button primary" data-icon="rocket-launch">Get started</a> <a href="https://app.gitbook.com/o/VNi2GDu4EOTXjgvQIQ4I/s/MS76U6DBACwMU1Ur6Ss2/" class="button secondary" data-icon="terminal">API reference</a>
{% endcolumn %}

{% column %}
{% code title="hello.js" overflow="wrap" %}

```javascript
// Import the SDK
import ExampleAPI from "example-api";

// Initialize the client
const client = new ExampleAPI({ apiKey: "YOUR_API_KEY" });

// Send your first message
const response = await client.messages.send({
  message: "Hello, world!"
});

```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="https://gitbookio.github.io/onboarding-template-images/placeholder.png" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

### Learn more about the developer platform

Read guides, watch tutorials, and learn more about working with the developer platform and integrating it with your own stack.

<a href="https://app.gitbook.com/o/VNi2GDu4EOTXjgvQIQ4I/s/Ldt5zkqZKHI2z6EG1p1b/" class="button primary" data-icon="book-open">Guides</a> <a href="https://app.gitbook.com/o/VNi2GDu4EOTXjgvQIQ4I/s/ORQlduFrlZh0l6i0t6nG/" class="button secondary" data-icon="book">Documentation</a>
{% endcolumn %}
{% endcolumns %}

<h2 align="center">thanks for visiting</h2>

{% hint style="info" %}
check my x
{% endhint %}
