---
title: "POST /workingLocationV1"
method: POST
path: "/workingLocationV1"
---

# POST /workingLocationV1

`POST /workingLocationV1`

A temporary Amazon S3 location, where you can copy your files from a source location to stage or use as a scratch space in FinSpace notebook.

## Request body

- object
  - `locationType` 'INGESTION' | 'SAGEMAKER' — <p>Specify the type of the working location.</p> <ul> <li> <p> <code>SAGEMAKER</code> – Use the Amazon S3 location as a temporary location to store data content when working with FinSpace Notebooks that run on SageMaker studio.</p> </li> <li> <p> <code>INGESTION</code> – Use the Amazon S3 location as a staging location to copy your data content and then use the location with the Changeset creation operation.</p> </li> </ul>

## Response `200`

Success

- GetWorkingLocationResponse
  - `s3Uri` string — Returns the Amazon S3 URI for the working location.
  - `s3Path` string — Returns the Amazon S3 Path for the working location.
  - `s3Bucket` string — Returns the Amazon S3 bucket name for the working location.

## Other responses

- `480` — InternalServerException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — ValidationException

---

[API](https://skmtc.net/aws/apis/finspace-data.md) · [All operations](https://skmtc.net/aws/apis/finspace-data/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/finspace-data/versions/d7561d153837/schema)
