GET /v1/checkout/faqs/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "index": 1,
            "question": "What is a Flow?",
            "answer": "A flow (or workflow) describes how your data flows through our system. All you need to do is tell the platform where the data comes from (e.g. an image uploaded to a Dropbox folder) and what to do with a prediction on this data (e.g. make a new entry in an Airtable base)."
        },
        {
            "index": 2,
            "question": "What is an AI Block?",
            "answer": "A model is what makes your system intelligent, your \"thinking\" block if you will. It is trained using the data you are using as part of the workflow."
        },
        {
            "index": 3,
            "question": "How much data do I need to get started?",
            "answer": "Data requirements depend on the task you intend to perform and the data you need to process. We tune our systems in such a way that you can get meaningful results with the least possible amount of data – usually less than you might think."
        },
        {
            "index": 5,
            "question": "How often can I re-train my AI Blocks?",
            "answer": "Sufficiently often. We want you to be able to do what is needed in order to get reasonable results which is why we don't set a hard quota on training runs. Is this always going to be this way? Of course not. But we know that you have better things to do than training a deep learning model every day so we trust in you."
        },
        {
            "index": 6,
            "question": "Do you have a free plan?",
            "answer": "At this point we don't. Training a custom deep learning model comes at a cost and we want to focus our efforts on the users who get value out of using the platform. But we are happy to do a free consultation call to discover if Levity can help solving your problem. Just get in touch or sign up with us!"
        },
        {
            "index": 7,
            "question": "Are you offering your service on-premise?",
            "answer": "No. Our servers run exclusively in the cloud, ensuring best-in-class performance and data security."
        }
    ]
}