Api calls completions #87

Closed
opened 2026-02-15 17:14:55 -05:00 by yindo · 3 comments
Owner

Originally created by @TheHunterDog on GitHub (Jul 13, 2025).

Hi,

I’m working on an iOS native openwebui chat app and I’m having trouble getting the messages to show up in the web view.

Since there aren’t any official docs on the order or calls to make, I’ve gathered some information from the web interface.

  • I make a call to update the chat.
  • I make a call to completions to get the response.
  • I make a call to set the completion to completed.
  • I make a call to update the chat again.

I might be missing a small detail, as the messages are placed in the web interface, but the assistant responses aren’t showing up.

Originally created by @TheHunterDog on GitHub (Jul 13, 2025). Hi, I’m working on an iOS native openwebui chat app and I’m having trouble getting the messages to show up in the web view. Since there aren’t any official docs on the order or calls to make, I’ve gathered some information from the web interface. - I make a call to update the chat. - I make a call to completions to get the response. - I make a call to set the completion to completed. - I make a call to update the chat again. I might be missing a small detail, as the messages are placed in the web interface, but the assistant responses aren’t showing up.
yindo closed this issue 2026-02-15 17:14:55 -05:00
Author
Owner

@Fu-Jie commented on GitHub (Jul 15, 2025):

I haven’t fully implemented what you’re trying to do, but I have achieved part of it. My project might be helpful as a reference: https://github.com/Fu-Jie/openwebui-chat-client.

@Fu-Jie commented on GitHub (Jul 15, 2025): I haven’t fully implemented what you’re trying to do, but I have achieved part of it. My project might be helpful as a reference: https://github.com/Fu-Jie/openwebui-chat-client.
Author
Owner

@TheHunterDog commented on GitHub (Jul 15, 2025):

I haven’t fully implemented what you’re trying to do, but I have achieved part of it. My project might be helpful as a reference: https://github.com/Fu-Jie/openwebui-chat-client.

Thanks for your reply! I already got it working I will add documentation for others. Would love to stay in touch to discuss concepts and implementation methods

@TheHunterDog commented on GitHub (Jul 15, 2025): > I haven’t fully implemented what you’re trying to do, but I have achieved part of it. My project might be helpful as a reference: https://github.com/Fu-Jie/openwebui-chat-client. Thanks for your reply! I already got it working I will add documentation for others. Would love to stay in touch to discuss concepts and implementation methods
Author
Owner

@Classic298 commented on GitHub (Oct 12, 2025):

PR welcome!

@Classic298 commented on GitHub (Oct 12, 2025): PR welcome!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#87