# CloudFactory Public API

- [API Reference](https://developer.cloudfactory.com/cloudfactory-public-api/reference.md)
- [WorkStream Performance](https://developer.cloudfactory.com/cloudfactory-public-api/reference/workstream-performance-api.md): These APIs are used to send CloudFactory the performance data related to the individual tasks that CloudWorkers carried out on a WorkStream during a given period of time
- [Secure Upload](https://developer.cloudfactory.com/cloudfactory-public-api/reference/workstream-performance-api/send-performance-data-api.md): API to be used by the clients to generate the presigned upload URL. Thus generated upload URL can then be used to send performance data to our platform.
- [Throughput](https://developer.cloudfactory.com/cloudfactory-public-api/reference/workstream-performance-api/performance.md): API to be used by the clients to submit task completed info which is used to capture task attributes of completed unit of work across different workstreams.
- [Quality](https://developer.cloudfactory.com/cloudfactory-public-api/reference/workstream-performance-api/quality-api.md): API to be used by the clients to submit task reviewed info which is used to capture task attributes of reviewed unit of work across different workstreams.
- [Oversight](https://developer.cloudfactory.com/cloudfactory-public-api/reference/human-oversight-api.md): Using the APIs
- [Upload Media](https://developer.cloudfactory.com/cloudfactory-public-api/reference/human-oversight-api/upload-media.md)
- [Submit Task](https://developer.cloudfactory.com/cloudfactory-public-api/reference/human-oversight-api/submit-task.md)
- [Task Status](https://developer.cloudfactory.com/cloudfactory-public-api/reference/human-oversight-api/task-status.md)
- [Snowflake Secure Data Sharing](https://developer.cloudfactory.com/cloudfactory-public-api/snowflake-secure-data-sharing.md)
- [Fivetran and Amazon S3 Data Sharing](https://developer.cloudfactory.com/cloudfactory-public-api/fivetran-and-amazon-s3-data-sharing.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://developer.cloudfactory.com/cloudfactory-public-api.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.
