Skip to main content
POST
/
v1
/
subscribers
/
import
Import subscribers from CSV
import { ParagraphAPI } from "@paragraph-com/sdk"

const api = new ParagraphAPI({ apiKey: "your-api-key" })
const result = await api.subscribers.import(csvFile)
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://paragraph.com/docs/llms.txt

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

Authorizations

Authorization
string
header
required

API key for authenticating protected endpoints. Pass as Bearer token in Authorization header.

Body

multipart/form-data

Body

file
any

CSV file containing subscriber data (max 10MB)

Response

Import started successfully

success
enum<boolean>
required

Whether the import was started

Available options:
true