---
title: "Start with Data"
method: POST
path: "/etl/templates/{templateId}/startWithData"
tags: ["Import API"]
---

# Start with Data

`POST /etl/templates/{templateId}/startWithData`

Create an ETL job, upload JSON data, and start the job in a single step. The maximum JSON payload size is 25MB

## Path parameters

- `templateId` string, required

## Request body

- JSONPayload
  - `input` object, required — Intersection values to import
    - `data` array[], required
      - string[]

## Response `200`

Successfully started job, data has been received by Vena

- JobResponse
  - `id` string
  - `name` string
  - `status` 'EDITING' | 'NOT_STARTED' | 'SUBMITTED' | 'RUNNING' | 'COMPLETED' | 'ERROR' | 'CANCELLED' | 'WAITING' | 'QUEUED' | 'EXPIRED'
  - `modelId` string
  - `modelName` string
  - `createdDate` integer
  - `updatedDate` integer
  - `userName` string

## Other responses

- `401` — Invalid authentication credentials
- `403` — Authenticated user does not have access to the template (or the model that the template belongs to)
- `406` — Invalid Accept header

---

[API](https://skmtc.dev/venasolutions/apis/vena-api.md) · [All operations](https://skmtc.dev/venasolutions/apis/vena-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/venasolutions/vena-api/revisions/09bc0482c405/schema)
