curl --request GET \
--url https://api.shareofsearch.jplus.io/api/v1/collects \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"total": 123,
"type": "<string>",
"status": "<string>",
"date": "<string>",
"collects": [
{
"engine": "<string>",
"num_processed": 123,
"status": "<string>",
"last_update": "<string>",
"error_msgs": [
"<string>"
]
}
],
"project_id": "<string>"
}
]List all collects for a specific project.
curl --request GET \
--url https://api.shareofsearch.jplus.io/api/v1/collects \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"total": 123,
"type": "<string>",
"status": "<string>",
"date": "<string>",
"collects": [
{
"engine": "<string>",
"num_processed": 123,
"status": "<string>",
"last_update": "<string>",
"error_msgs": [
"<string>"
]
}
],
"project_id": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.shareofmodel.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.