> For the complete documentation index, see [llms.txt](https://2sign-co-il.gitbook.io/2sign.co.il-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://2sign-co-il.gitbook.io/2sign.co.il-docs/getting-started/welcome-to-the-2sign-api.md).

# Welcome to the 2Sign API

The 2Sign API lets you send documents, pre-fill fields, and collect signatures from your app.

Use it for single-signer tasks, multi-signer routines, and repeatable template-based flows.

### Get access

1. Create an account at [app.2sign.co.il](https://app.2sign.co.il/he/Account/RegisterNew).
2. Request API access at [Support → API access](https://app.2sign.co.il/en/Support/ApiTicketSubmit).
3. After approval, authenticate and use the returned token in your API requests.

### Base URL

```
https://app.2sign.co.il/api/
```

### Authentication

All API requests require a Bearer token from the login endpoint.

Use this header on every request:

```
Authorization: Bearer <access_token>
```

For request body formats and the login endpoint, see [Authentication](/2sign.co.il-docs/getting-started/authentication.md).

### First steps

Start with this flow:

1. Authenticate and get an access token.
2. Choose the right task flow in [Key Tips & Differences](/2sign.co.il-docs/getting-started/key-tips-and-differences.md).
3. Upload a document in [Upload File](/2sign.co.il-docs/tasks/upload-file.md), or use an existing template.
4. Create a task with [Create a single Task](/2sign.co.il-docs/tasks/create-a-single-task.md) or [Create a Signature Routine](/2sign.co.il-docs/signature-routine-tasks/create-a-signature-routine.md).

### Support

#### Before go-live

For setup questions and integration help, open a ticket at [Support → API access](https://app.2sign.co.il/en/Support/ApiTicketSubmit).

#### After go-live

For production issues, send an email in English to <dev@2sign.co.il>.

Include:

* a short description of the issue
* the request payload or screenshots
* the response payload or screenshots

### Next pages

* [Authentication](/2sign.co.il-docs/getting-started/authentication.md)
* [Key Tips & Differences](/2sign.co.il-docs/getting-started/key-tips-and-differences.md)
* [Upload File](/2sign.co.il-docs/tasks/upload-file.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://2sign-co-il.gitbook.io/2sign.co.il-docs/getting-started/welcome-to-the-2sign-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
