
Hey, I want to execute a function using a POST request, but it said Function with the requested ID could not be found.
Below is my postman screenshot, I used API key with full access.

Have you read through the REST API docs? https://appwrite.io/docs/rest

got it, I forgot to add X-Appwrite-Project to header. Sorry for my mistake

[SOLVED] Function with the requested ID could not be found

@Steven hey, I put body into raw type but got this error, is there anything wrong?


Yep, data should be a string. See https://appwrite.io/docs/client/functions?sdk=web-default#functionsCreateExecution
Recommended threads
- Missing C++ libstdc library in Python fu...
I have a function running Python 3.12 which suddenly started dumping errors (as of today; it worked yesterday). I hadn't changed any code so I found this odd, b...
- Checkout error: Error: Request body is e...
Im absolutely stumped here. ```Initializing Stripe functionality... stripe.ts:74 Calling Appwrite function with payload: {price_id: 'price_1RdZzoDCvcSnLsdCCu8z3...
- Clarification Needed on Custom Domains a...
Hello, I need help configuring custom domains/subdomains in Appwrite: 1. **Current Setup**: - Transferred `mydomain.com` to Appwrite via nameservers ...
