ClassyDocAi
Quick Start
Follow these steps to get started with ClassyDoc.ai quickly:
- Create a schema with 2 categories: Use the schema creation tool to define two categories for classification.
- Test the schema using the Schema Test: Verify the schema’s accuracy by testing it with sample data.
- Generate an API key: Navigate to the API Keys section and generate a key for secure API access.
- Integrate our API: Use your generated API key in your application to connect with the ClassyDoc.ai API and start sending classification requests.
- View incoming classifications: Monitor and analyze the classifications received in the dashboard and classifications page.
Example: Classify Content
To classify your content, send a POST request to
https://app.classydoc.ai/v1/content/classify
with the following JSON payload:
{ "content": "Come buy my awesome home loan!", "classificationSchemaId": 1, "metadata": {"message": "Hello World"} }
This request will classify the provided content based on your predefined schema. The response will include the classification result.