# AI Data Platform APIs

## CloudFactory AI Data Platform Developer Docs

- [Setup Guide](https://developer.cloudfactory.com/getting-started/readme.md): Leverage the power of CloudFactory's AI Data Platform to leverage first class human oversight annotation APIs
- [Authentication](https://developer.cloudfactory.com/getting-started/authentication.md)
- [Webhook](https://developer.cloudfactory.com/getting-started/webhook.md): A webhook is a mechanism for one system to send data to another system as soon as a specific event occurs. It's a way to automate data exchange and communication between different software
- [Oversight Mounting Buckets](https://developer.cloudfactory.com/getting-started/mounting-buckets.md)
- [Rate Limiting](https://developer.cloudfactory.com/getting-started/rate-limiting.md)
- [Uploading Media Assets](https://developer.cloudfactory.com/getting-started/upload-media.md)
- [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
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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://developer.cloudfactory.com/getting-started/readme.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.
