"files": [
{
"fileId": "test-001",
"filename": "project.txt",
"text": "SR&ED project: Machine learning algorithm optimization. Technical problem: Existing algorithms have an accuracy of 70%. Work performed: Tested 5 different algorithms, conducted 20 experiments. Results: New algorithm achieved an accuracy of 85%."
},
{
"fileId": "test-002",
"filename": "project.txt",
"text": "Development of a novel machine learning algorithm that can achieve 95% accuracy on sparse datasets while reducing computational requirements by 40% compared to existing solutions."
}
],
"model": "gpt-4o",
"include": {
"evidenceBlurb": True,
"ieee": True,
"misc": True,
"l242": True,
"l244": True,
"l246": True
}curl --location --request POST 'http://localhost:8000/api/v1/sred/generate' \
--header 'Content-Type: application/json' \
--data-raw '"files": [
{
"fileId": "test-001",
"filename": "project.txt",
"text": "SR&ED project: Machine learning algorithm optimization. Technical problem: Existing algorithms have an accuracy of 70%. Work performed: Tested 5 different algorithms, conducted 20 experiments. Results: New algorithm achieved an accuracy of 85%."
},
{
"fileId": "test-002",
"filename": "project.txt",
"text": "Development of a novel machine learning algorithm that can achieve 95% accuracy on sparse datasets while reducing computational requirements by 40% compared to existing solutions."
}
],
"model": "gpt-4o",
"include": {
"evidenceBlurb": True,
"ieee": True,
"misc": True,
"l242": True,
"l244": True,
"l246": True
}'{}