> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nylon.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# API reference

> Endpoints and schemas available in the Nylon API.

# Nylon API reference

The Nylon API is a JSON API served from:

```txt theme={null}
https://api.nylon.dev/v1
```

Every request requires a Nylon API key in the bearer `Authorization` header. Start with [Authentication](/authentication) if you have not created a key yet.

## What is documented today

<Note>
  This reference currently covers one endpoint. Publishing and inbox reference pages will be added to their pillar sections as they are published here; analytics has no endpoint yet.
</Note>

### Accounts

<Card title="List connected profiles" icon="users" href="/api-reference/list-profiles">
  Return every social profile connected to the authenticated Nylon account, with its network and connection status.
</Card>

### Publishing

<Card title="Reference in progress" icon="send" href="/publishing">
  Publishing is live on 12 networks. Read the [Publishing overview](/publishing) for the model while the endpoint reference is being written.
</Card>

### Inbox

<Card title="Reference in progress" icon="message-circle" href="/inbox">
  The inbox is live on Facebook and Instagram. Read the [Inbox overview](/inbox) for the message model.
</Card>

### Analytics

<Card title="Not yet available" icon="chart-column" href="/analytics">
  Analytics is in build. Nothing in the API returns analytics data today.
</Card>
