Change Updates

Do not miss any ASK71 API changes, ever again

Subscribe to the ASK71 API changelog to be up to date on recent changes.

RSS

Feb 14, 2025

main
1.2
Compare
1.2

API structure has changed

Next change
8 structure changes including:
8 Modifications
Modified 8
DELETE /conversations/{id}
  • Query
  • includes query parameter Added
GET /conversations/{id}
  • Query
  • includes query parameter Added
GET /documents
  • Query
  • conversation_id query parameter Added
GET /messages
  • Response
  • 200 response Modified
    • application/json content type Modified
      • array-1 property Modified
        • is_web_search property Added
GET /messages/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • is_web_search property Added
POST /conversations/{id}
  • Query
  • includes query parameter Added
POST /documents/file
  • Body
  • application/json content type Modified
    • conversation_id, file_name properties Added
POST /messages
  • Body
  • application/json content type Modified
    • is_web_search property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • is_web_search property Added
  • Query
  • includes query parameter Added