Skip to main content
GET
/
availability
cURL
curl "https://api.neuraldraft.io/v1/availability?service_id=12&from=2026-04-19&to=2026-04-26" \
  -H "Authorization: Bearer ndsk_live_yourkey"
{
  "data": {
    "2026-04-19": [
      {
        "start": "2026-04-19T09:00:00Z",
        "end": "2026-04-19T10:00:00Z",
        "capacity_remaining": 1
      },
      {
        "start": "2026-04-19T10:30:00Z",
        "end": "2026-04-19T11:30:00Z",
        "capacity_remaining": 1
      }
    ],
    "2026-04-20": [
      {
        "start": "2026-04-20T18:00:00Z",
        "end": "2026-04-20T19:00:00Z",
        "capacity_remaining": 1
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.neuraldraft.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Project API key. Pass as Authorization: Bearer ndsk_live_.... Manage keys via /projects/me/api-keys. Test-mode keys use the ndsk_test_ prefix.

Query Parameters

service_id
integer
required
from
string<date>
required
to
string<date>
required

Response

Available slots, grouped by date.

data
object
required