# DataPipeline Endpoints

The DataPipeline endpoints allow users to automate their interactions with the DataPipeline through a list of APIs, providing greater efficiency and flexibility. Here’s what you need to know:

### Overview

Users can set up, edit and manage their projects via an API instead of using the UI on the [dashboard](https://dashboard.scraperapi.com/projects). This automated approach is designed to streamline workflows and enhance productivity, particularly for users who manage multiple projects simultaneously.

### Key benefits

* ⚙&#xFE0F;**`Automation:`**  No need to log in or visit the dashboard to manage projects.
* ��**`Scheduling:`** Set up and edit projects programmatically, saving time and reducing manual effort.

### Features

Beyond the <mark style="background-color:red;">**core functionalities**</mark> available in DataPipeline, the API endpoints also offer:

* ��**`Project Management:`** Besides creating and editing projects, the endpoints allow for archiving projects, giving you greater flexibility and control over your data management.
* ��**`Job Management:`** Start, edit, and cancel running jobs effortlessly.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.scraperapi.com/data-pipeline/datapipeline-endpoints.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
