# Semilattice ## Docs - [Benchmark Answer](https://docs.semilattice.ai/api-reference/answers/benchmark-answer.md): Simulates the answer to a known question to evaluate population model accuracy. - [Get Answer](https://docs.semilattice.ai/api-reference/answers/get-answer.md): Retrieves an answer simulation, along with its status and accuracy metrics if it's a benchmark simulation. - [Simulate Answer](https://docs.semilattice.ai/api-reference/answers/simulate-answer.md): Simulates the answer to a new question. - [Create Population](https://docs.semilattice.ai/api-reference/populations/create-population.md): Creates a new population model. - [Get all Populations](https://docs.semilattice.ai/api-reference/populations/get-all-populations.md): Fetches all population models available for predictions. - [Get Population](https://docs.semilattice.ai/api-reference/populations/get-population.md): Fetches a population, along with its status, accuracy metrics, and other metadata. - [Retest Population](https://docs.semilattice.ai/api-reference/populations/retest-population.md): Resets a tested population and triggers a new accuracy test. - [Test Population](https://docs.semilattice.ai/api-reference/populations/test-population.md): Triggers an accuracy test for a population model, if not yet tested. - [Create Prediction](https://docs.semilattice.ai/api-reference/predictions/create-prediction.md): Predicts the answer to a new question for a target population. - [Get Prediction](https://docs.semilattice.ai/api-reference/predictions/get-prediction.md): Retrieves an answer prediction. - [Get Prediction Batch](https://docs.semilattice.ai/api-reference/predictions/get-prediction-batch.md): Retrieves a batch of predictions. - [Create Test Prediction](https://docs.semilattice.ai/api-reference/tests/create-test-prediction.md): Tests a population model against a known question. - [Get Test Prediction](https://docs.semilattice.ai/api-reference/tests/get-test-prediction.md): Retrieves a test prediction. - [Get Test Prediction Batch](https://docs.semilattice.ai/api-reference/tests/get-test-prediction-batch.md): Retrieves a batch of test predictions. - [Audience models](https://docs.semilattice.ai/audience-models.md): What audience models are, how they're built, and what makes them useful. - [Changelog](https://docs.semilattice.ai/changelog.md): What moved, what shipped, what we're thinking about. - [FAQ](https://docs.semilattice.ai/faq.md): Common questions about Semilattice and how it works. - [How does Semilattice work?](https://docs.semilattice.ai/how-does-semilattice-work.md): A video explaining how Semilattice works and how we ensure accuracy - [Introduction](https://docs.semilattice.ai/introduction.md): Predict how your audience would answer questions, in seconds, not weeks. - [Connect to Semilattice MCP](https://docs.semilattice.ai/mcp/connect.md): Learn how to connect your AI assistant, IDE, or agentic tooling to Semilattice MCP - [Introduction](https://docs.semilattice.ai/mcp/introduction.md): Get started with the Semilattice MCP for user simulation - [Trust & measurement](https://docs.semilattice.ai/measurement.md): How Semilattice measures prediction quality, and how you can verify it yourself. - [Node.js Quickstart](https://docs.semilattice.ai/nodejs-quickstart.md): Get started with the Semilattice Node.js SDK - [Create a population](https://docs.semilattice.ai/populations/create-population.md): Create custom populations from arbitrary user data - [Accuracy evaluation](https://docs.semilattice.ai/populations/evaluation.md): Understanding population testing and accuracy metrics - [What are populations?](https://docs.semilattice.ai/populations/introduction.md): Understand population models - [Seed data requirements](https://docs.semilattice.ai/populations/seed-data-requirements.md): CSV format and data quality requirements for population creation - [Create a prediction batch](https://docs.semilattice.ai/predictions/create-batch-prediction.md): Run multiple predictions for a defined goal or project - [Create a prediction](https://docs.semilattice.ai/predictions/create-prediction.md): Predict how populations would answer new questions - [What are predictions?](https://docs.semilattice.ai/predictions/introduction.md): Ask your audience anything and get an answer in seconds. - [Privacy](https://docs.semilattice.ai/privacy.md): How Semilattice handles personal data, consent, and compliance. - [Python Quickstart](https://docs.semilattice.ai/python-quickstart.md): Get started with the Semilattice Python SDK - [Security](https://docs.semilattice.ai/security.md): How Semilattice protects your data and infrastructure. - [Tech stack](https://docs.semilattice.ai/tech-stack.md): What Semilattice is built with and how the pieces fit together. - [Create a test batch](https://docs.semilattice.ai/tests/create-batch-test.md): Run multiple tests for a defined goal or project - [Create a test](https://docs.semilattice.ai/tests/create-test.md): Test population accuracy against known data - [What are tests?](https://docs.semilattice.ai/tests/introduction.md): Understanding Semilattice's testing feature ## OpenAPI Specs - [openapi](https://api.semilattice.ai/openapi.json) - [dev_schema](https://docs.semilattice.ai/dev_schema.json)