-
Notifications
You must be signed in to change notification settings - Fork 4
[Content] Response examples
Juan Gabriel Griggio edited this page May 9, 2024
·
1 revision
HTTP code 202 Accepted:
{
"status": "accepted",
"task_id": 2
}
HTTP code 409 CONFLICT:
{
"error": "Task already running"
}
HTTP code 400 BAD REQUEST:
{
"error": "Error message"
}
HTTP code 500 INTERNAL SERVER ERROR:
{
"error": "Error message"
}
- Home
- Project setup
- API Reference
-
Content endpoint
- Query params
-
Body params
- First term source config
- Second term source config
- Output config
- Request examples
- Response examples
- Tasks endpoint
-
Content endpoint