# Remove Background API (Basic plan)

- [Quickstart Guide](https://docs.photoroom.com/remove-background-api-basic-plan/quickstart-guide.md)
- [Pricing](https://docs.photoroom.com/remove-background-api-basic-plan/pricing.md)
- [File size, resolution and format](https://docs.photoroom.com/remove-background-api-basic-plan/file-size-resolution-and-format.md)
- [Download the segmentation mask](https://docs.photoroom.com/remove-background-api-basic-plan/download-the-segmentation-mask.md)
- [Sandbox Mode](https://docs.photoroom.com/remove-background-api-basic-plan/sandbox-mode.md)
- [Uncertainty score](https://docs.photoroom.com/remove-background-api-basic-plan/uncertainty-score.md)
- [Green screen despill](https://docs.photoroom.com/remove-background-api-basic-plan/green-screen-despill.md)
- [Background Color, Size and Crop](https://docs.photoroom.com/remove-background-api-basic-plan/background-color-size-and-crop.md)
- [Remove.bg compatibility](https://docs.photoroom.com/remove-background-api-basic-plan/remove.bg-compatibility.md)
- [Code Samples](https://docs.photoroom.com/remove-background-api-basic-plan/code-samples.md)
- [Web Integration](https://docs.photoroom.com/remove-background-api-basic-plan/code-samples/web-integration.md)
- [Node.js Integration](https://docs.photoroom.com/remove-background-api-basic-plan/code-samples/node.js-integration.md)
- [Python Integration](https://docs.photoroom.com/remove-background-api-basic-plan/code-samples/python-integration.md)
- [iOS / Swift Integration](https://docs.photoroom.com/remove-background-api-basic-plan/code-samples/ios-swift-integration.md)


---

# 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.photoroom.com/remove-background-api-basic-plan.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.
