Skip to main content
GET
/
content
/
bulk
cURL
curl "https://api.neuraldraft.io/v1/content/bulk?keys=hero.headline,hero.cta&lang=en" \
  -H "Authorization: Bearer ndsk_live_yourkey"
{
  "hero.headline": "Find your calm, one breath at a time",
  "hero.cta": "Book a class",
  "footer.copy": "© 2026 Lakeside Yoga"
}

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

keys
string
required

Comma-separated list of translation keys. Up to 200 per request. Keys use dot.notation (e.g. hero.headline,hero.cta,footer.copy).

lang
string

BCP-47 language tag. Defaults to the project's default language. Falls back to default language if a key is not translated.

Example:

"en"

scope
enum<string>

Optional filter — limit to keys tied to a specific scope type.

Available options:
page,
component
scope_id
integer

Used together with scope to filter further.

Response

Map of key → value.

{key}
string